Skip to content

Commit 5baa2aa

Browse files
1 parent e506aad commit 5baa2aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎tests/unit/test_retry.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,9 @@ def inner_gen():
172172

173173
return inner_gen()
174174

175-
with pytest.raises(ValueError, match="Sleep generator stopped yielding sleep values"):
175+
with pytest.raises(
176+
ValueError, match="Sleep generator stopped yielding sleep values"
177+
):
176178
gen = RetryableGenerator(target_fn, lambda x: True, [], None)
177179
next(gen)
178180

0 commit comments

Comments
 (0)