From 4e7d5a4082442a06e8ff56aaa22f689d848f6f63 Mon Sep 17 00:00:00 2001 From: Thibault Martinez Date: Wed, 1 Nov 2023 11:46:48 +0100 Subject: [PATCH] Fix tests --- bindings/python/tests/test_output.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/python/tests/test_output.py b/bindings/python/tests/test_output.py index 9964d70b68..dabdffb0c9 100644 --- a/bindings/python/tests/test_output.py +++ b/bindings/python/tests/test_output.py @@ -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": { @@ -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",