Skip to content

Commit d670ed0

Browse files
committed
Minor tweak
1 parent 3281d0c commit d670ed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/BuildTests/BuildPlanTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ class BuildPlanTestCase: BuildSystemProviderTestCase {
740740
} else {
741741
XCTAssertNoMatch(output, .contains("-package-name"))
742742
}
743-
XCTAssertMatch(output, .contains("Build complete!"))
743+
XCTAssertMatch(stdout, .contains("Build complete!"))
744744
}
745745
}
746746

0 commit comments

Comments
 (0)