Skip to content

Commit dd096eb

Browse files
committed
fix test
1 parent fb59fec commit dd096eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/CommandsTests/SwiftToolTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ final class SwiftToolTests: CommandsTestCase {
219219
// delete it
220220
try localFileSystem.removeFileTree(customPath)
221221
XCTAssertThrowsError(try tool.getRegistryAuthorizationProvider(), "error expected") { error in
222-
XCTAssertEqual(error as? StringError, StringError("Did not find netrc file at \(customPath)."))
222+
XCTAssertEqual(error as? StringError, StringError("did not find netrc file at \(customPath)."))
223223
}
224224
#endif
225225
}

0 commit comments

Comments
 (0)