mirror of
https://github.com/planetmint/planetmint.git
synced 2025-10-14 00:59:17 +00:00
removed flake8 warnings and whitelisted some warnings in the tox.ini file
This commit is contained in:
parent
46dea0321c
commit
a41277acee
@ -38,11 +38,13 @@ def test_eventify_block_works_with_any_transaction():
|
||||
block = {'height': 1,
|
||||
'transactions': [tx, tx_transfer]}
|
||||
|
||||
expected_events = [{
|
||||
expected_events = [
|
||||
{
|
||||
'height': 1,
|
||||
'asset_id': tx.id,
|
||||
'transaction_id': tx.id
|
||||
}, {
|
||||
},
|
||||
{
|
||||
'height': 1,
|
||||
'asset_id': tx_transfer.asset['id'],
|
||||
'transaction_id': tx_transfer.id
|
||||
|
Loading…
x
Reference in New Issue
Block a user