Skip to content

Commit 5e99d7b

Browse files
committed
fix tests
1 parent 92f6e92 commit 5e99d7b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/bloomcompactor/sharding_test.go

+4
Original file line numberDiff line numberDiff line change
@@ -143,3 +143,7 @@ func (m mockLimits) BloomCompactorMaxTableAge(_ string) time.Duration {
143143
func (m mockLimits) BloomCompactorMinTableAge(_ string) time.Duration {
144144
return 0
145145
}
146+
147+
func (m mockLimits) BloomCompactorEnabled(_ string) bool {
148+
return false
149+
}

0 commit comments

Comments
 (0)