File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Tests/Functional/Asynchronous/Expectations Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -551,8 +551,8 @@ class ExpectationsTestCase: XCTestCase {
551
551
RunLoop . main. run ( until: Date ( ) + 1 )
552
552
}
553
553
554
- // CHECK: Test Case 'ExpectationsTestCase.test_waitForExpectationsFromMainActor ' started at \d+-\d+-\d+ \d+:\d+:\d+\.\d+
555
- // CHECK: Test Case 'ExpectationsTestCase.test_waitForExpectationsFromMainActor ' failed \(\d+\.\d+ seconds\)
554
+ // CHECK: Test Case 'ExpectationsTestCase.test_waitForExpectationsAsync ' started at \d+-\d+-\d+ \d+:\d+:\d+\.\d+
555
+ // CHECK: Test Case 'ExpectationsTestCase.test_waitForExpectationsAsync ' failed \(\d+\.\d+ seconds\)
556
556
func test_waitForExpectationsAsync( ) async {
557
557
// Basic check that waitForExpectations() is functional when used with the
558
558
// await keyword in an async function.
You can’t perform that action at this time.
0 commit comments