Skip to content

Commit

Permalink
TEMP force a failure
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jan 22, 2025
1 parent 6158bb0 commit 084dc61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/test/test_exception_variations.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def test_try_except_else_finally(self):
self.assertTrue(hit_except)
self.assertTrue(hit_finally)
self.assertFalse(hit_else)
self.assertEqual(1, 2)

def test_try_except_else_finally_no_exception(self):
hit_except = False
Expand Down

0 comments on commit 084dc61

Please sign in to comment.