diff --git a/registry/auth/token/types_test.go b/registry/auth/token/types_test.go index 5e45c048..f38dab81 100644 --- a/registry/auth/token/types_test.go +++ b/registry/auth/token/types_test.go @@ -81,7 +81,5 @@ func assertStringListEqual(t *testing.T, expected []string, actual []string) { if v != actual[i] { t.Errorf("expected %d. item to be %q, got %q", i, v, actual[i]) } - - return } }