Skip to content

Commit

Permalink
Another old contract path
Browse files Browse the repository at this point in the history
  • Loading branch information
Cashmaney committed Sep 11, 2022
1 parent c2d6901 commit 1d3582f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/compute/internal/keeper/secret_contracts_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6223,7 +6223,7 @@ func TestReplyGasExceedingMessageGas(t *testing.T) {
}

func TestAddrValidateFunction(t *testing.T) {
ctx, keeper, codeID, _, walletA, privKeyA, _, _ := setupTest(t, "./testdata/v1-sanity-contract/v1-contract.wasm", sdk.NewCoins())
ctx, keeper, codeID, _, walletA, privKeyA, _, _ := setupTest(t, TestContractPaths[v1Contract], sdk.NewCoins())

_, _, v1ContractAddress, _, err := initHelper(t, keeper, ctx, codeID, walletA, privKeyA, `{"nop":{}}`, true, true, defaultGasForTests)
require.Empty(t, err)
Expand Down

0 comments on commit 1d3582f

Please sign in to comment.