Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
lyh169 committed Aug 28, 2023
1 parent 9847197 commit a1bb0e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/wasm/keeper/cross_contract_call_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func TestGetWasmCallInfo(t *testing.T) {

// 3. storeAddress is not exist
_, _, _, _, err = getCallerInfo(ctx, wasmkeeper, gotContractAddr.String(), "0xE70e7466a2f18FAd8C97c45Ba8fEc57d90F3435E")
require.NotNil(t, err)
require.NoError(t, err)

// 4. contractAddress is not equal to storeAddress
gotContractAddr2, _, err := keepers.ContractKeeper.Instantiate(ctx, codeID, creator, nil, initMsgBz, "demo contract 1", nil)
Expand Down

0 comments on commit a1bb0e8

Please sign in to comment.