Skip to content

Commit

Permalink
Fix warnings in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Apr 13, 2024
1 parent 04c06ee commit 6b68178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/GetTests/ClientSessionDelegateTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ final class APIClientSessionDelegateTests: XCTestCase {

client.session.invalidateAndCancel()

wait(for: [expectation], timeout: 2)
await fulfillment(of: [expectation], timeout: 2)
}

// MARK: - Per-Task Delegate
Expand Down

0 comments on commit 6b68178

Please sign in to comment.