Skip to content

Commit

Permalink
fix: migrate counter
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed May 11, 2024
1 parent 01aed19 commit c856eee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion e2e/interchaintestv8/wasm_msg_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func (s *ContractTestSuite) SetupWasmTestSuite(ctx context.Context) int {
counterCodeId, err := s.ChainB.StoreContract(ctx, s.UserB.KeyName(), "./testdata/simplecounter.wasm")
s.Require().NoError(err)

_, err = s.ChainB.StoreContract(ctx, s.UserB.KeyName(), "./test_data/migrate_counter.wasm")
_, err = s.ChainB.StoreContract(ctx, s.UserB.KeyName(), "./testdata/migratecounter.wasm")
s.Require().NoError(err)

counterCodeID, err := strconv.ParseUint(counterCodeId, 10, 64)
Expand Down

0 comments on commit c856eee

Please sign in to comment.