Skip to content

Commit b27ed01

Browse files
committed
fixed some more tests
1 parent 92c9600 commit b27ed01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/WorkspaceTests/WorkspaceTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2720,7 +2720,7 @@ final class WorkspaceTests: XCTestCase {
27202720
// Check we don't have updating Foo event.
27212721
workspace.checkUpdate(roots: ["Root"]) { diagnostics in
27222722
XCTAssertNoDiagnostics(diagnostics)
2723-
XCTAssertEqual(workspace.delegate.events, ["Everything is already up-to-date"])
2723+
XCTAssertNoMatch(workspace.delegate.events, [.contains("updating repo")])
27242724
}
27252725
}
27262726

0 commit comments

Comments
 (0)