Skip to content
This repository was archived by the owner on Apr 1, 2024. It is now read-only.

Commit 6ae5141

Browse files
committed
fixed vet warning
1 parent c7cae73 commit 6ae5141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/wrapper/type_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func TestType(t *testing.T) {
3737
}
3838
want := "test description"
3939
if *got != want {
40-
t.Fatalf("want %q but got %q", want, got)
40+
t.Fatalf("want %q but got %q", want, *got)
4141
}
4242
})
4343

0 commit comments

Comments
 (0)