We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b6b560 commit 8ff4047Copy full SHA for 8ff4047
tests/test_genie_waitfor.py
@@ -86,7 +86,7 @@ def test_GIVEN_waitfor_mevents_WHEN_waitfor_mevents_THEN_output(self):
86
def test_GIVEN_waitfor_block_WHEN_waitfor_block_integer_THEN_error_output(self):
87
# Exception condition
88
with self.assertRaises(TypeError) as context:
89
- self.genie_waitfor.start_waiting(block=10) # pyright: ignore
+ self.genie_waitfor.start_waiting(block=10) # pyright: ignore
90
self.assertEqual(
91
str(context.exception),
92
"First argument must be a valid block name or None, not {}".format(10),
0 commit comments