Skip to content

Commit 5fce1a6

Browse files
committed
fix tests
1 parent 07a1084 commit 5fce1a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/WorkspaceTests/AuthorizationProviderTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ final class AuthorizationProviderTests: XCTestCase {
106106
// delete it
107107
try fileSystem.removeFileTree(customPath)
108108
XCTAssertThrowsError(try configuration.makeRegistryAuthorizationProvider(fileSystem: fileSystem, observabilityScope: observability.topScope), "error expected") { error in
109-
XCTAssertEqual(error as? StringError, StringError("Did not find netrc file at \(customPath)."))
109+
XCTAssertEqual(error as? StringError, StringError("did not find netrc file at \(customPath)"))
110110
}
111111
}
112112

0 commit comments

Comments
 (0)