Fix tests

This commit is contained in:
Ingo Oppermann
2023-04-26 09:50:09 +02:00
parent a2dab2682f
commit e45f80ed42
2 changed files with 3 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ func TestScheme(t *testing.T) {
require.False(t, r)
}
func TestPars(t *testing.T) {
func TestParse(t *testing.T) {
u, err := Parse("http://localhost/foobar")
require.NoError(t, err)
require.Equal(t, &URL{