diff --git a/block/internal/cache/generic_cache_test.go b/block/internal/cache/generic_cache_test.go index dbb945acb..209455e45 100644 --- a/block/internal/cache/generic_cache_test.go +++ b/block/internal/cache/generic_cache_test.go @@ -225,7 +225,7 @@ func TestCache_DeleteAllForHeight(t *testing.T) { assert.True(t, c.isSeen("hash2")) } -// TestCacheWithConfig tests creating cache with custom config +// TestCache_WithNilStore tests creating cache with nil store func TestCache_WithNilStore(t *testing.T) { // Cache without store should work fine c := NewCache[testItem](nil, "")