Use correct error message for failing test

Signed-off-by: Dominik Braun <mail@dominikbraun.io>
pull/9095/head
Dominik Braun 5 years ago
parent ea119d0dc5
commit 3e751445a8

@ -413,6 +413,6 @@ func TestEntry_URLWithTrailingSlash(t *testing.T) {
e = Entry{URL: urlWithoutTrailingSlash}
if e.URLWithTrailingSlash() != urlWithTrailingSlash {
t.Errorf("Expected repository URL without trailing slash")
t.Errorf("Expected repository URL with trailing slash")
}
}

Loading…
Cancel
Save