We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b45370 commit e105962Copy full SHA for e105962
tests/test_genie_waitfor.py
@@ -92,5 +92,5 @@ def test_GIVEN_waitfor_block_WHEN_waitfor_block_integer_THEN_error_output(self):
92
self.genie_waitfor.start_waiting(block=intBlock)
93
self.assertEqual(
94
str(context.exception),
95
- "The very first argument must be valid block name or None, not {}".format(intBlock),
+ "First argument must be valid block name or None, not {}".format(intBlock),
96
)
0 commit comments