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 {
551551 RunLoop . main. run ( until: Date ( ) + 1 )
552552 }
553553
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\)
556556 func test_waitForExpectationsAsync( ) async {
557557 // Basic check that waitForExpectations() is functional when used with the
558558 // await keyword in an async function.
You can’t perform that action at this time.
0 commit comments