Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
bsneed committed Nov 6, 2023
1 parent 6563d95 commit 70b4b00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"legacyVideoPluginsEnabled": false,
"remotePlugins": [],
"consentSettings": {
"hasUnmappedDestinations": false,
"hasUnmappedDestinations": true,
"allCategories": [
"C0001",
"C0002",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ final class UnmappedDestinationsTests: XCTestCase {

RunLoop.main.run(until: Date.distantPast)

XCTAssertTrue(segmentOutput.lastEvent == nil)
XCTAssertTrue(segmentOutput.lastEvent != nil)
XCTAssertTrue(output1.lastEvent == nil)
XCTAssertTrue(output2.lastEvent == nil)
XCTAssertTrue(output3.lastEvent == nil)
Expand Down

0 comments on commit 70b4b00

Please sign in to comment.