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 f4d6942 commit ef1d407Copy full SHA for ef1d407
1 file changed
Sources/Nimble/DSL+Wait.swift
@@ -24,7 +24,7 @@ internal class NMBWait: NSObject {
24
// Using a throwable closure makes this method not objc compatible.
25
internal class func throwableUntil(
26
timeout timeout: NSTimeInterval,
27
- file: FileString = #file,
+ file: FileString = #file,
28
line: UInt = #line,
29
action: (() -> Void) throws -> Void) -> Void {
30
let awaiter = NimbleEnvironment.activeInstance.awaiter
0 commit comments