Skip to content

Commit e105962

Browse files
ChsudeeptaChsudeepta
authored andcommitted
Added test case
1 parent 0b45370 commit e105962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_genie_waitfor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,5 @@ def test_GIVEN_waitfor_block_WHEN_waitfor_block_integer_THEN_error_output(self):
9292
self.genie_waitfor.start_waiting(block=intBlock)
9393
self.assertEqual(
9494
str(context.exception),
95-
"The very first argument must be valid block name or None, not {}".format(intBlock),
95+
"First argument must be valid block name or None, not {}".format(intBlock),
9696
)

0 commit comments

Comments
 (0)