File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
LaunchDarkly/LaunchDarklyTests Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -326,20 +326,12 @@ final class LDClientSpec: QuickSpec {
326326 }
327327 }
328328 context ( " after receiving flags " ) {
329- beforeEach {
330- completed = false
331- didTimeOut = nil
332- startTime = nil
333- completeTime = nil
334- }
335329 it ( " does complete without timeout " ) {
336- //expect(didTimeOut) == nil
337330 testContext. start ( completion: startCompletion)
338331 testContext. onSyncComplete ? ( . flagCollection( ( FeatureFlagCollection ( [ : ] ) , nil ) ) )
339332 expect ( completed) . toEventually ( beTrue ( ) , timeout: DispatchTimeInterval . seconds ( 2 ) )
340333 }
341334 it ( " does complete with timeout " ) {
342- //expect(didTimeOut) == nil
343335 waitUntil ( timeout: . seconds( 3 ) ) { done in
344336 testContext. start ( timeOut: 5.0 , timeOutCompletion: startTimeoutCompletion ( done) )
345337 testContext. onSyncComplete ? ( . flagCollection( ( FeatureFlagCollection ( [ : ] ) , nil ) ) )
You can’t perform that action at this time.
0 commit comments