Skip to content

Commit

Permalink
fixup! Suppress error from resolving server addresses for blocks
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Haudum <[email protected]>
  • Loading branch information
chaudum committed Jul 3, 2024
1 parent b101b28 commit 1ce1644
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/bloomgateway/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,3 @@ func TestGatewayClient_MergeChunkSets(t *testing.T) {
result := mergeChunkSets(inp1, inp2)
require.Equal(t, expected, result)
}

func TestGatewayClient_FilterChunks(t *testing.T) {
}

0 comments on commit 1ce1644

Please sign in to comment.