Skip to content

Commit

Permalink
Fix failing linter
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Rushing <[email protected]>
  • Loading branch information
JordanRushing committed Feb 10, 2022
1 parent df2dd93 commit 18071fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/storage/stores/shipper/indexgateway/gateway_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func TestGateway_sendBatch(t *testing.T) {
},
}

gateway := gateway{}
gateway := Gateway{}
responseSizes := []int{0, 99, maxIndexEntriesPerResponse, 2 * maxIndexEntriesPerResponse, 5*maxIndexEntriesPerResponse - 1}
for i, responseSize := range responseSizes {
query := chunk.IndexQuery{
Expand Down

0 comments on commit 18071fa

Please sign in to comment.