Fix fulfillment call in testActionBarModel to use its async version
Changelog-None Signed-off-by: Daniel D’Aquino <daniel@daquino.me>
This commit is contained in:
@@ -66,6 +66,6 @@ final class ThreadModelTests: XCTestCase {
|
||||
XCTAssertEqual(actionBarModel.boosts, 5)
|
||||
testShouldComplete.fulfill()
|
||||
}
|
||||
wait(for: [testShouldComplete], timeout: 10.0)
|
||||
await fulfillment(of: [testShouldComplete], timeout: 10.0)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user