Skip to content

Commit 63dfbec

Browse files
committed
delete flake unit tests condition
1 parent f76f15e commit 63dfbec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

LaunchDarkly/LaunchDarklyTests/ServiceObjects/ThrottlerSpec.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ final class ThrottlerSpec: QuickSpec {
165165
hasRun = true
166166
}
167167
throttler.cancelThrottledRun()
168-
expect(throttler.safeRunAttempts) == 2
169168
expect(throttler.workItem).to(beNil())
170169
// Wait until run would have occured
171170
Thread.sleep(forTimeInterval: 1.0)

0 commit comments

Comments
 (0)