Skip to content

Commit

Permalink
print
Browse files Browse the repository at this point in the history
  • Loading branch information
rianhughes committed Oct 9, 2023
1 parent 9419182 commit efe5932
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions account/account_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -422,8 +422,8 @@ func TestAddDeployAccountDevnet(t *testing.T) {
fakeUserAddr := utils.TestHexToFelt(t, fakeUser.Address)
fakeUserPub := utils.TestHexToFelt(t, fakeUser.PublicKey)

resp2, err := devnet.Mint(fakeUserAddr, new(big.Int).SetInt64(1000000000000000))
fmt.Println(resp2)
resp2, err := devnet.Mint(fakeUserAddr, new(big.Int).SetInt64(1000000000000000000))
fmt.Println(resp2, err)
require.NoError(t, err, "Error Mint")

// Set up ks
Expand Down

0 comments on commit efe5932

Please sign in to comment.