Skip to content

Commit

Permalink
fix e2e test mintAmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Feb 10, 2024
1 parent cea17e9 commit a5f1219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interchaintest/tokenfactory_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func TestTokenFactory(t *testing.T) {
}

// Mint on the contract for the user to ensure mint bindings work.
mintAmt = 31
mintAmt := 31
mintMsg := fmt.Sprintf(`{"mint":{"address":"%s","denom":[{"denom":"%s","amount":"%d"}]}}`, uaddr2, tfDenom, mintAmt)
if _, err := appChain.ExecuteContract(ctx, user.KeyName(), contract, mintMsg); err != nil {
t.Fatal(err)
Expand Down

0 comments on commit a5f1219

Please sign in to comment.