Skip to content
Snippets Groups Projects
Commit 46bd03fd authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #8437: Fixed typo

parent 93cce30c
No related branches found
No related tags found
No related merge requests found
...@@ -192,7 +192,7 @@ class TestPipelineControl(unittest.TestCase): ...@@ -192,7 +192,7 @@ class TestPipelineControl(unittest.TestCase):
with PipelineControl(otdb_busname=self.busname, setStatus_busname=self.busname) as ps: with PipelineControl(otdb_busname=self.busname, setStatus_busname=self.busname) as ps:
ps._setStatus(12345, "queued") ps._setStatus(12345, "queued")
# Wait for the staatus to propagate # Wait for the status to propagate
self.assertTrue(self.trigger.wait()) self.assertTrue(self.trigger.wait())
self.assertEqual(self.trigger.args[0], 12345) self.assertEqual(self.trigger.args[0], 12345)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment