Skip to content

Commit 5607291

Browse files
committed
Fix typo in CHECK
1 parent a7a07a2 commit 5607291

File tree

1 file changed

+2
-2
lines changed
  • Tests/Functional/Asynchronous/Expectations

1 file changed

+2
-2
lines changed

Tests/Functional/Asynchronous/Expectations/main.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)