Skip to content

Commit

Permalink
new expectation code available in 5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Dec 19, 2023
1 parent eabd48b commit e5ae372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/HummingbirdJobsRedisTests/RedisJobsTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ extension XCTestExpectation {

final class HummingbirdRedisJobsTests: XCTestCase {
func wait(for expectations: [XCTestExpectation], timeout: TimeInterval) async {
#if (os(Linux) && swift(<5.10)) || swift(<5.8)
#if (os(Linux) && swift(<5.9)) || swift(<5.8)
super.wait(for: expectations, timeout: timeout)
#else
await fulfillment(of: expectations, timeout: timeout)
Expand Down

0 comments on commit e5ae372

Please sign in to comment.