You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Tests/WorkspaceTests/WorkspaceTests.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4107,7 +4107,7 @@ final class WorkspaceTests: XCTestCase {
4107
4107
// Check force resolve. This should produce an error because the resolved file is out-of-date.
4108
4108
workspace.checkPackageGraphFailure(roots:["Root"], forceResolvedVersions:true){ diagnostics in
4109
4109
testDiagnostics(diagnostics){ result in
4110
-
result.check(diagnostic:"an out-of-date resolved file was detected at \(sandbox.appending(components:"Package.resolved")), which is not allowed when automatic dependency resolution is disabled; please make sure to update the file to reflect the changes in dependencies. Running resolver because requirements have changed.", severity:.error)
4110
+
result.check(diagnostic:"an out-of-date resolved file was detected at \(sandbox.appending(components:"Package.resolved")), which is not allowed when automatic dependency resolution is disabled; please make sure to update the file to reflect the changes in dependencies. Running resolver because requirements have changed.", severity:.error)
0 commit comments