Skip to content

Commit ceb598a

Browse files
committed
reverse LDClientSpec
1 parent 7a2e5ff commit ceb598a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

LaunchDarkly/LaunchDarklyTests/LDClientSpec.swift

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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)))

0 commit comments

Comments
 (0)