Skip to content

Commit 8df30a4

Browse files
committed
Fix previous commit
1 parent c7f3d62 commit 8df30a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

didyoumean/didyoumean_sugg_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2734,7 +2734,7 @@ def test_wrong_except(self):
27342734
This gets fixed on Python 3.14 with PEP 758
27352735
"""
27362736
# NICE_TO_HAVE
2737-
before, mid, after = before_mid_and_after((3, 0), (3, 14, 'alpha', 7))
2737+
before, mid, after = before_mid_and_after((3, 0), (3, 14, 0, 'alpha', 7))
27382738
raised_exc, other_exc = KeyError, TypeError
27392739
raised, other = raised_exc.__name__, other_exc.__name__
27402740
code = "try:\n\traise {0}()\nexcept {{0}}:\n\tpass".format(raised)

0 commit comments

Comments
 (0)