Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Brord van Wierst committed Oct 5, 2023
1 parent 69d93d1 commit bd09414
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bindings/python/tests/test_block.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"}, {
Expand Down
4 changes: 2 additions & 2 deletions bindings/python/tests/test_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def test_output():
"type": 0,
"pubKeyHash": "0x8f463f0c57b86cf52cc69542fb43a2ec87f83b9c47493cce04c1a4616716bed0"
},
"unixTime": 1659119101
"slotIndex": 1659119101
}
]
}
Expand All @@ -101,7 +101,7 @@ def test_output():
},
{
"type": 2,
"unixTime": 1661850262
"slotIndex": 1661850262
}
]
}
Expand Down

0 comments on commit bd09414

Please sign in to comment.