We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f9592e commit ba8e195Copy full SHA for ba8e195
cache/cache_test.go
@@ -103,7 +103,7 @@ func TestKeyString(t *testing.T) {
103
t.Fatalf("invalid key string format: %q", s)
104
}
105
if s != tc.expected {
106
- t.Errorf("unexpected key string: %q; expecting: %q", s, tc.expected)
+ t.Fatalf("unexpected key string: %q; expecting: %q", s, tc.expected)
107
108
109
0 commit comments