mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Update test_digital_assets.py
On mobile!
This commit is contained in:
parent
d9cf4df5e6
commit
da69aa11f1
@ -119,7 +119,7 @@ def test_get_transactions_by_asset_id(b, user_pk, user_sk):
|
||||
|
||||
assert len(txs) == 2
|
||||
assert {tx_create.id, tx_transfer.id} == set(tx.id for tx in txs)
|
||||
assert {asset_id} == {Transaction.get_asset_id(txs)}
|
||||
assert asset_id == Transaction.get_asset_id(txs)
|
||||
|
||||
|
||||
@pytest.mark.bdb
|
||||
|
Loading…
x
Reference in New Issue
Block a user