mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
fixed pep8 issue
This commit is contained in:
parent
730b7482f6
commit
bcc2e1f781
@ -19,6 +19,5 @@ def test_processes_start(mock_process, mock_vote, mock_block, mock_election,
|
||||
mock_block.assert_called_with()
|
||||
mock_stale.assert_called_with()
|
||||
mock_process.assert_called_with()
|
||||
assert mock_election.call_count == 1
|
||||
# the events queue is declared inside processes.start()
|
||||
assert type(mock_election.call_args[1]['events_queue']) == type(Queue())
|
||||
assert mock_election.call_count == 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user