mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Missed a reference to Bigchain in a patch call...
This commit is contained in:
parent
8f189489ce
commit
5dbe4e4f8e
@ -982,7 +982,7 @@ class TestMultipleInputs(object):
|
||||
|
||||
def test_get_owned_ids_calls_get_outputs_filtered():
|
||||
from bigchaindb.tendermint import BigchainDB
|
||||
with patch('bigchaindb.core.Bigchain.get_outputs_filtered') as gof:
|
||||
with patch('bigchaindb.tendermint.BigchainDB.get_outputs_filtered') as gof:
|
||||
b = BigchainDB()
|
||||
res = b.get_owned_ids('abc')
|
||||
gof.assert_called_once_with('abc', spent=False)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user