Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Ye <[email protected]>
  • Loading branch information
yeya24 committed Sep 12, 2023
1 parent cb16707 commit 9f21ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/querier/blocks_store_queryable_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ func TestBlocksStoreQuerier_Select(t *testing.T) {
map[BlocksStoreClient][]ulid.ULID{
&storeGatewayClientMock{
remoteAddr: "1.1.1.1",
mockedSeriesErr: grpc.ErrClientConnClosing,
mockedSeriesErr: status.Error(codes.Canceled, "grpc: the client connection is closing"),
}: {block1},
},
map[BlocksStoreClient][]ulid.ULID{
Expand Down

0 comments on commit 9f21ea5

Please sign in to comment.