Skip to content

Commit

Permalink
bad commit a
Browse files Browse the repository at this point in the history
  • Loading branch information
sils committed May 17, 2015
1 parent 1a59a0d commit ad5a015
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions coalib/tests/processes/SectionExecutorTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ def test_process_queues(self):
ctrlq.put((CONTROL_ELEMENT.GLOBAL_FINISHED, None))

uut.process_queues(ctrlq,
{1: "The first result.", 2: "The second result."},
{1: "The one and only global result."})
{1: "The first result.", 2: "The second result."},
{1:"The one and only global result."})

self.assertEqual(mock_interactor.get(), ("The first result.", None))
self.assertEqual(mock_interactor.get(), ("The second result.", None))
Expand All @@ -198,5 +198,5 @@ def test_process_queues(self):
("The one and only global result.", None))


if __name__ == '__main__':
if __name__== '__main__':
unittest.main(verbosity=2)

0 comments on commit ad5a015

Please sign in to comment.