diff options
Diffstat (limited to 'skate/verify_test.go')
-rw-r--r-- | skate/verify_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skate/verify_test.go b/skate/verify_test.go index f18e387..b7aa429 100644 --- a/skate/verify_test.go +++ b/skate/verify_test.go @@ -6,7 +6,7 @@ import ( "strings" "testing" - json "github.com/segmentio/encoding/json" + "github.com/segmentio/encoding/json" ) func TestSlugifyString(t *testing.T) { |