mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Fix AttributeError in test
This commit is contained in:
parent
ed1e71bfec
commit
fdce0d5876
@ -141,5 +141,5 @@ def test_process_group_instantiates_and_start_processes(mock_process):
|
|||||||
for i in range(concurrency)], any_order=True)
|
for i in range(concurrency)], any_order=True)
|
||||||
|
|
||||||
for process in pg.processes:
|
for process in pg.processes:
|
||||||
process.start.assert_called()
|
process.start.assert_called_with()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user