We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1018594 commit cca3fcbCopy full SHA for cca3fcb
Tests/Segment-Tests/Analytics_Tests.swift
@@ -1025,10 +1025,10 @@ final class Analytics_Tests: XCTestCase {
1025
1026
// get rid of this instance, leave it time to go away ...
1027
// ... also let any state updates happen as handlers get called async
1028
- /*RunLoop.main.run(until: .distantPast)
+ RunLoop.main.run(until: .distantPast)
1029
analytics = nil
1030
// ... give it some time to release all it's stuff.
1031
- RunLoop.main.run(until: .distantPast)*/
1032
1033
// make sure it makes it to the next instance
1034
analytics = Analytics(
0 commit comments