Skip to content

Commit

Permalink
fix: make source code compatibale with xcode 14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PouriaAmini committed Aug 16, 2024
1 parent 8d08154 commit c36f79a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/AmplitudeTests/Amplitude+Extensions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ extension Amplitude {
waitForQueueExpectation.fulfill()
}

XCTWaiter().wait(for: [waitForQueueExpectation])
XCTWaiter().wait(for: [waitForQueueExpectation], timeout: 1)
}
}

0 comments on commit c36f79a

Please sign in to comment.