Skip to content

Commit 94866d8

Browse files
committed
delete another fake condition
1 parent 63dfbec commit 94866d8

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
@@ -105,7 +105,6 @@ final class ThrottlerSpec: QuickSpec {
105105
// First two run immediate
106106
throttler.runThrottled { }
107107
throttler.runThrottled { }
108-
expect(throttler.safeRunAttempts) == 1
109108
let callDate = Date()
110109
var runDate: Date?
111110
waitUntil(timeout: .seconds(3)) { done in

0 commit comments

Comments
 (0)