Skip to content

Commit 63ea8d0

Browse files
committed
Fix remaining test
1 parent 1c15616 commit 63ea8d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_inspect4py.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ def test_multiple_mains(self):
347347
for i in imports:
348348
if "test.py" in i['run']:
349349
num_imports = len (i['imports'])
350-
break
350+
break
351351
assert num_imports == 2
352352

353353

0 commit comments

Comments
 (0)