Skip to content

Commit

Permalink
bad commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sils committed May 16, 2015
1 parent 1a59a0d commit 744db78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 Down

0 comments on commit 744db78

Please sign in to comment.