Skip to content

Commit 40bc406

Browse files
committed
tests
1 parent 1c8fec2 commit 40bc406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/FormbricksSDKTests/FormbricksSDKTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ final class FormbricksSDKTests: XCTestCase {
7373
DispatchQueue.main.asyncAfter(deadline: .now() + 0.5) {
7474
refreshExpectation.fulfill()
7575
}
76-
wait(for: [refreshExpectation], timeout: 1.0)
76+
wait(for: [refreshExpectation])
7777

7878
// Authenticate the user.
7979
Formbricks.setUserId(userId)

0 commit comments

Comments
 (0)