diff options
Diffstat (limited to 'internal/utils/string_test.go')
| -rw-r--r-- | internal/utils/string_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/utils/string_test.go b/internal/utils/string_test.go index 10a7f83..dfdc893 100644 --- a/internal/utils/string_test.go +++ b/internal/utils/string_test.go @@ -5,6 +5,7 @@ import ( ) func TestStripPort(t *testing.T) { + t.Parallel() if "localhost" != StripPort("localhost:1234") { t.Errorf("unable to split port from \"localhost:1234\"") } |
