Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitryhil committed Dec 5, 2024
1 parent fdac8ce commit 22c1ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/wasm/handler/query_grpc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func TestGRPCQuerier(t *testing.T) {
wasmGrpcData, err := testApp.AppCodec().Marshal(queryTokenReq)
require.NoError(t, err)

eg, ctx := errgroup.WithContext(ctx)
eg, _ := errgroup.WithContext(ctx)
for range 1000 {
// rebuild the ctx
routineSDKCtx := testApp.BaseApp.NewContext(false)
Expand Down

0 comments on commit 22c1ae5

Please sign in to comment.