Skip to content

Commit cca3fcb

Browse files
committed
Test update
1 parent 1018594 commit cca3fcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/Segment-Tests/Analytics_Tests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1025,10 +1025,10 @@ final class Analytics_Tests: XCTestCase {
10251025

10261026
// get rid of this instance, leave it time to go away ...
10271027
// ... also let any state updates happen as handlers get called async
1028-
/*RunLoop.main.run(until: .distantPast)
1028+
RunLoop.main.run(until: .distantPast)
10291029
analytics = nil
10301030
// ... give it some time to release all it's stuff.
1031-
RunLoop.main.run(until: .distantPast)*/
1031+
RunLoop.main.run(until: .distantPast)
10321032

10331033
// make sure it makes it to the next instance
10341034
analytics = Analytics(

0 commit comments

Comments
 (0)