Skip to content

Commit e178d5a

Browse files
committed
New test is async.
1 parent f762c99 commit e178d5a

File tree

1 file changed

+1
-0
lines changed
  • Tests/Functional/Asynchronous/Expectations

1 file changed

+1
-0
lines changed

Tests/Functional/Asynchronous/Expectations/main.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,7 @@ class ExpectationsTestCase: XCTestCase {
563563

564564
// Multiple Expectations
565565
("test_multipleExpectations", test_multipleExpectations),
566+
("test_multipleExpectations_async", asyncTest(test_multipleExpectations_async)),
566567
("test_multipleExpectationsEnforceOrderingCorrect", test_multipleExpectationsEnforceOrderingCorrect),
567568
("test_multipleExpectationsEnforceOrderingCorrectBeforeWait", test_multipleExpectationsEnforceOrderingCorrectBeforeWait),
568569
("test_multipleExpectationsEnforceOrderingIncorrect", test_multipleExpectationsEnforceOrderingIncorrect),

0 commit comments

Comments
 (0)