Update test_digital_assets.py

On mobile!
This commit is contained in:
libscott 2017-01-16 17:47:51 +01:00 committed by GitHub
parent d9cf4df5e6
commit da69aa11f1

View File

@ -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