We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba07fc3 commit c048201Copy full SHA for c048201
1 file changed
block/internal/cache/generic_cache_test.go
@@ -225,7 +225,7 @@ func TestCache_DeleteAllForHeight(t *testing.T) {
225
assert.True(t, c.isSeen("hash2"))
226
}
227
228
-// TestCacheWithConfig tests creating cache with custom config
+// TestCache_WithNilStore tests creating cache with nil store
229
func TestCache_WithNilStore(t *testing.T) {
230
// Cache without store should work fine
231
c := NewCache[testItem](nil, "")
0 commit comments