diff options
Diffstat (limited to 'internal/vuln/url_test.go')
| -rw-r--r-- | internal/vuln/url_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/vuln/url_test.go b/internal/vuln/url_test.go index 22334cb7..46908568 100644 --- a/internal/vuln/url_test.go +++ b/internal/vuln/url_test.go @@ -12,7 +12,7 @@ import ( func TestURLToFilePath(t *testing.T) { if runtime.GOOS == "windows" { - t.Skip("windows is not supported (see convertFileURLPath") + t.Skip("windows is not supported (see convertFileURLPath)") } for _, tc := range urlTests { if tc.url == "" { |
