Skip to content

Commit

Permalink
Corrected expected failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsneed committed May 8, 2024
1 parent 73ff50a commit 5b979a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Segment-Tests/Analytics_Tests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ final class Analytics_Tests: XCTestCase {
analytics.track(name: "testDestinationEnabled")

XCTExpectFailure {
wait(for: [expectation], timeout: .infinity)
wait(for: [expectation], timeout: 1.0)
}
}
#endif
Expand Down

0 comments on commit 5b979a2

Please sign in to comment.