mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Problem: failing tests
Solution: merge master and change deprecated store_transaction
This commit is contained in:
parent
0901717cd7
commit
23fff54fe1
@ -392,7 +392,7 @@ def test_upsert_validator_new_without_tendermint(b, priv_validator_path, user_sk
|
||||
]
|
||||
|
||||
def mock_write(tx, mode):
|
||||
b.store_transaction(tx)
|
||||
b.store_bulk_transactions([tx])
|
||||
return (202, '')
|
||||
|
||||
b.get_validators = mock_get
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user