Skip to content

Commit 9b79028

Browse files
committed
fix lint
Signed-off-by: Ben Ye <[email protected]>
1 parent 0d032a3 commit 9b79028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/querier/blocks_store_queryable_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ func TestBlocksStoreQuerier_Select(t *testing.T) {
647647
map[BlocksStoreClient][]ulid.ULID{
648648
&storeGatewayClientMock{
649649
remoteAddr: "1.1.1.1",
650-
mockedSeriesErr: grpc.ErrClientConnClosing,
650+
mockedSeriesErr: status.Error(codes.Canceled, "grpc: the client connection is closing"),
651651
}: {block1},
652652
},
653653
map[BlocksStoreClient][]ulid.ULID{

0 commit comments

Comments
 (0)