Skip to content

Commit 2073694

Browse files
committed
fix: fix the test
1 parent 28b8313 commit 2073694

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Lib/test/test_frame.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,7 @@ def __eq__(self, other):
197197
if not Fuse.cleared and other == "boom":
198198
Fuse.cleared = True
199199
Fuse.frame.clear()
200-
return False
201-
return True
200+
return False
202201

203202
Fuse.frame = frame
204203
frame.f_locals[Fuse("boom")] = 0

0 commit comments

Comments
 (0)