We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb59fec commit dd096ebCopy full SHA for dd096eb
Tests/CommandsTests/SwiftToolTests.swift
@@ -219,7 +219,7 @@ final class SwiftToolTests: CommandsTestCase {
219
// delete it
220
try localFileSystem.removeFileTree(customPath)
221
XCTAssertThrowsError(try tool.getRegistryAuthorizationProvider(), "error expected") { error in
222
- XCTAssertEqual(error as? StringError, StringError("Did not find netrc file at \(customPath)."))
+ XCTAssertEqual(error as? StringError, StringError("did not find netrc file at \(customPath)."))
223
}
224
#endif
225
0 commit comments