Skip to content

Commit

Permalink
Fix yet another test
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Oct 17, 2023
1 parent 34f1f57 commit 0a09d69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func TestContractInvokeHostFunctionInstallContract(t *testing.T) {

installContractOp := assembleInstallContractCodeOp(t, itest.Master().Address(), add_u64_contract)
preFlightOp, minFee := itest.PreflightHostFunctions(&sourceAccount, *installContractOp)
tx := itest.MustSubmitOperationsWithFee(&sourceAccount, itest.Master(), minFee, &preFlightOp)
tx := itest.MustSubmitOperationsWithFee(&sourceAccount, itest.Master(), minFee+txnbuild.MinBaseFee, &preFlightOp)

clientTx, err := itest.Client().TransactionDetail(tx.Hash)
require.NoError(t, err)
Expand Down

0 comments on commit 0a09d69

Please sign in to comment.