diff options
Diffstat (limited to 'modules/util/path_test.go')
-rw-r--r-- | modules/util/path_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/util/path_test.go b/modules/util/path_test.go index 41104f79fc..b0ea448a1c 100644 --- a/modules/util/path_test.go +++ b/modules/util/path_test.go @@ -13,7 +13,7 @@ import ( ) func TestFileURLToPath(t *testing.T) { - var cases = []struct { + cases := []struct { url string expected string haserror bool |