Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Nov 1, 2023
1 parent 37b89ee commit 4e7d5a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bindings/python/tests/test_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def test_output():
assert account_output.to_dict() == account_output_dict

foundry_output_dict = {
"type": 2,
"type": 3,
"amount": "54700",
"serialNumber": 1,
"tokenScheme": {
Expand Down Expand Up @@ -198,7 +198,7 @@ def test_output():
assert foundry_output.to_dict() == foundry_output_dict

nft_output_dict = {
"type": 3,
"type": 4,
"mana": "47800",
"amount": "47800",
"nftId": "0x90e84936bd0cffd1595d2a58f63b1a8d0d3e333ed893950a5f3f0043c6e59ec1",
Expand Down

0 comments on commit 4e7d5a4

Please sign in to comment.