fixed pep8 issue

This commit is contained in:
Rodolphe Marques
2017-04-03 14:48:50 +02:00
committed by vrde
parent 730b7482f6
commit bcc2e1f781

View File

@@ -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