diff --git a/storage/local/storage_test.go b/storage/local/storage_test.go index 2cd0b4d8b..51d4b7944 100644 --- a/storage/local/storage_test.go +++ b/storage/local/storage_test.go @@ -492,7 +492,7 @@ func BenchmarkFuzz(b *testing.B) { o := &MemorySeriesStorageOptions{ MemoryEvictionInterval: time.Second, MemoryRetentionPeriod: 10 * time.Minute, -le PersistencePurgeInterval: 10 * time.Second, + PersistencePurgeInterval: 10 * time.Second, PersistenceRetentionPeriod: time.Hour, PersistenceStoragePath: directory.Path(), CheckpointInterval: 3 * time.Second,