Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
poyzannur committed Nov 15, 2023
1 parent 92f6e92 commit 5e99d7b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/bloomcompactor/sharding_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,7 @@ func (m mockLimits) BloomCompactorMaxTableAge(_ string) time.Duration {
func (m mockLimits) BloomCompactorMinTableAge(_ string) time.Duration {
return 0
}

func (m mockLimits) BloomCompactorEnabled(_ string) bool {
return false
}

0 comments on commit 5e99d7b

Please sign in to comment.