diff --git a/Tests/ComposableDeepLinkTests/ComposableDeepLinkTests.swift b/Tests/ComposableDeepLinkTests/ComposableDeepLinkTests.swift index 0d29fd5..641e887 100644 --- a/Tests/ComposableDeepLinkTests/ComposableDeepLinkTests.swift +++ b/Tests/ComposableDeepLinkTests/ComposableDeepLinkTests.swift @@ -20,7 +20,7 @@ final class ComposableDeepLinkTests: XCTestCase { } _ = processor.handle(url: URL(string: "example.com")!) - wait(for: [handleCalledExpectation]) + waitForExpectations(timeout: 1) } func testScheme() {