Skip to content

Commit ba8e195

Browse files
hagen1778valyala
authored andcommitted
fix debug typo
1 parent 8f9592e commit ba8e195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cache/cache_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ func TestKeyString(t *testing.T) {
103103
t.Fatalf("invalid key string format: %q", s)
104104
}
105105
if s != tc.expected {
106-
t.Errorf("unexpected key string: %q; expecting: %q", s, tc.expected)
106+
t.Fatalf("unexpected key string: %q; expecting: %q", s, tc.expected)
107107
}
108108
}
109109
}

0 commit comments

Comments
 (0)