diff --git a/pkg/store/bucket_e2e_test.go b/pkg/store/bucket_e2e_test.go index aff5798250..c4ea8c8dae 100644 --- a/pkg/store/bucket_e2e_test.go +++ b/pkg/store/bucket_e2e_test.go @@ -497,7 +497,7 @@ func TestBucketStore_TimePartitioning_e2e(t *testing.T) { &FilterConfig{ MinTime: minTimeDuration, MaxTime: filterMaxTime, - }) + }, nil) testutil.Ok(t, err) err = store.SyncBlocks(ctx) diff --git a/pkg/store/bucket_test.go b/pkg/store/bucket_test.go index d8b03a91d4..5a1bb749a5 100644 --- a/pkg/store/bucket_test.go +++ b/pkg/store/bucket_test.go @@ -484,7 +484,7 @@ func TestBucketStore_isBlockInMinMaxRange(t *testing.T) { &FilterConfig{ MinTime: minTimeDuration, MaxTime: hourBefore, - }) + }, nil) testutil.Ok(t, err) inRange, err := bucketStore.isBlockInMinMaxRange(context.TODO(), id1)