Skip to content

Commit 70b4b00

Browse files
committed
Fixed test
1 parent 6563d95 commit 70b4b00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/SegmentConsent-Tests/Resources/UnmappedDestinations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"legacyVideoPluginsEnabled": false,
9090
"remotePlugins": [],
9191
"consentSettings": {
92-
"hasUnmappedDestinations": false,
92+
"hasUnmappedDestinations": true,
9393
"allCategories": [
9494
"C0001",
9595
"C0002",

Sources/SegmentConsent-Tests/UnmappedDestinationsTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ final class UnmappedDestinationsTests: XCTestCase {
7373

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

76-
XCTAssertTrue(segmentOutput.lastEvent == nil)
76+
XCTAssertTrue(segmentOutput.lastEvent != nil)
7777
XCTAssertTrue(output1.lastEvent == nil)
7878
XCTAssertTrue(output2.lastEvent == nil)
7979
XCTAssertTrue(output3.lastEvent == nil)

0 commit comments

Comments
 (0)