File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ final class FormbricksSDKTests: XCTestCase {
8181 DispatchQueue . main. asyncAfter ( deadline: . now( ) + 0.5 ) {
8282 userSetExpectation. fulfill ( )
8383 }
84- wait ( for: [ userSetExpectation] , timeout : 1.0 )
84+ wait ( for: [ userSetExpectation] )
8585
8686 XCTAssertEqual ( Formbricks . userManager? . userId, userId)
8787 // User refresh timer should be set.
Original file line number Diff line number Diff line change @@ -13,10 +13,8 @@ class MockFormbricksService: FormbricksService {
1313
1414 override func getEnvironmentState( completion: @escaping ( ResultType < GetEnvironmentRequest . Response > ) -> Void ) {
1515 if isErrorResponseNeeded {
16- print ( " modecked getenvironmentstate: running completion with error " )
1716 completion ( . failure( RuntimeError ( message: " " ) ) )
1817 } else {
19- print ( " mocked getenvironmentstate: running execute " )
2018 execute ( . environment, completion: completion)
2119 }
2220 }
You can’t perform that action at this time.
0 commit comments