From bd094142feeeee61e686c76b61931b05fdd6339e Mon Sep 17 00:00:00 2001 From: Brord van Wierst Date: Thu, 5 Oct 2023 12:48:55 +0200 Subject: [PATCH] test --- bindings/python/tests/test_block.py | 4 ++-- bindings/python/tests/test_output.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bindings/python/tests/test_block.py b/bindings/python/tests/test_block.py index ad9f651e5f..ab98c985f7 100644 --- a/bindings/python/tests/test_block.py +++ b/bindings/python/tests/test_block.py @@ -168,12 +168,12 @@ def test_basic_block_with_tx_payload_all_output_types(): "type": 0, "address": { "type": 0, "pubKeyHash": "0x7ffec9e1233204d9c6dce6812b1539ee96af691ca2e4d9065daa85907d33e5d3"}}, { "type": 3, "returnAddress": { - "type": 0, "pubKeyHash": "0x7ffec9e1233204d9c6dce6812b1539ee96af691ca2e4d9065daa85907d33e5d3"}, "unixTime": 1}]}, { + "type": 0, "pubKeyHash": "0x7ffec9e1233204d9c6dce6812b1539ee96af691ca2e4d9065daa85907d33e5d3"}, "slotIndex": 1}]}, { "type": 3, "amount": "1000000", "unlockConditions": [ { "type": 0, "address": { "type": 0, "pubKeyHash": "0x7ffec9e1233204d9c6dce6812b1539ee96af691ca2e4d9065daa85907d33e5d3"}}, { - "type": 2, "unixTime": 1}]}, { + "type": 2, "slotIndex": 1}]}, { "type": 3, "amount": "5578452198", "nativeTokens": [ { "id": "0x080021bcfa2252a500348f73c939722d65c0354eab33b753ab09bc80a7f592c9a40100000000", "amount": "0x41"}, { diff --git a/bindings/python/tests/test_output.py b/bindings/python/tests/test_output.py index 2ec6918444..1d1ff0d4ad 100644 --- a/bindings/python/tests/test_output.py +++ b/bindings/python/tests/test_output.py @@ -74,7 +74,7 @@ def test_output(): "type": 0, "pubKeyHash": "0x8f463f0c57b86cf52cc69542fb43a2ec87f83b9c47493cce04c1a4616716bed0" }, - "unixTime": 1659119101 + "slotIndex": 1659119101 } ] } @@ -101,7 +101,7 @@ def test_output(): }, { "type": 2, - "unixTime": 1661850262 + "slotIndex": 1661850262 } ] }