Skip to content

Commit 8ff4047

Browse files
ChsudeeptaChsudeepta
authored andcommitted
fixed ruff
1 parent 6b6b560 commit 8ff4047

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
@@ -86,7 +86,7 @@ def test_GIVEN_waitfor_mevents_WHEN_waitfor_mevents_THEN_output(self):
8686
def test_GIVEN_waitfor_block_WHEN_waitfor_block_integer_THEN_error_output(self):
8787
# Exception condition
8888
with self.assertRaises(TypeError) as context:
89-
self.genie_waitfor.start_waiting(block=10) # pyright: ignore
89+
self.genie_waitfor.start_waiting(block=10) # pyright: ignore
9090
self.assertEqual(
9191
str(context.exception),
9292
"First argument must be a valid block name or None, not {}".format(10),

0 commit comments

Comments
 (0)