Skip to content

Commit 63e2505

Browse files
committed
Update version_test.go
1 parent 4468a14 commit 63e2505

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/cli/internal/apiversion/version_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ func TestNewAPIVersionFromContentType(t *testing.T) {
130130
t.Run(tt.name, func(t *testing.T) {
131131
t.Parallel()
132132
version, err := New(WithContent(tt.contentType))
133-
t.Parallel()
134133
if tt.wantErr {
135134
assert.Error(t, err)
136135
} else {

0 commit comments

Comments
 (0)