Skip to content

Commit 6d47bda

Browse files
authored
Merge pull request #2625 from aciidb0mb3r/adjust-test
[IntegrationTests] Adjust a test to account for new changes
2 parents 5585699 + 63a99cf commit 6d47bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IntegrationTests/Tests/IntegrationTests/XCBuildTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ final class XCBuildTests: XCTestCase {
322322

323323
do {
324324
let (_, stderr) = try sh(swiftTest, "--package-path", fooPath, "--build-system", "xcode", "--filter", "CFooTests")
325-
XCTAssertNoMatch(stderr, .contains("Test Suite 'FooTests.xctest'"))
325+
XCTAssertMatch(stderr, .contains("Test Suite 'Selected tests' started"))
326326
XCTAssertMatch(stderr, .contains("Test Suite 'CFooTests.xctest'"))
327327
}
328328

0 commit comments

Comments
 (0)