Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Jun 22, 2024
1 parent 712cac8 commit 11ebcc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/interchaintestv8/wasm_msg_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func (s *ContractTestSuite) SetupWasmTestSuite(ctx context.Context) int {
s.SetupSuite(ctx)

codeId, err := s.ChainA.StoreContract(ctx, s.UserA.KeyName(), "../../artifacts/callback_counter.wasm")
s.Require().Error(err)
s.Require().NoError(err)

s.CallbackCounterContract, err = callbackcounter.Instantiate(ctx, s.UserA.KeyName(), codeId, "", s.ChainA, callbackcounter.InstantiateMsg{})
s.Require().NoError(err)
Expand Down

0 comments on commit 11ebcc5

Please sign in to comment.