Skip to content

Commit

Permalink
Switch async friendly expectation fulfillment API
Browse files Browse the repository at this point in the history
feature/upcoming-features
  • Loading branch information
roanutil committed Feb 22, 2024
1 parent 5317228 commit 7d06aed
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -88,7 +88,7 @@
XCTAssertEqual(try result.get(), MockingBird.chirp)
expectation.fulfill()
}
wait(for: [expectation], timeout: 2)
await fulfillment(of: [expectation], timeout: 2)
task.cancel()
}
}
Expand Down

0 comments on commit 7d06aed

Please sign in to comment.