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 8347926 commit 95af679Copy full SHA for 95af679
modules/git/remote_test.go
@@ -54,8 +54,7 @@ func TestNormalizeSSHURL(t *testing.T) {
54
55
for _, tt := range tests {
56
t.Run(tt.name, func(t *testing.T) {
57
- result, err := normalizeSSHURL(tt.input)
58
- assert.NoError(t, err)
+ result, _ := normalizeSSHURL(tt.input)
59
assert.Equal(t, tt.expected, result)
60
})
61
}
0 commit comments