Skip to content

Commit 9cbc664

Browse files
committed
One more problem
1 parent 6ea42c7 commit 9cbc664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_lazy_import/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def test_lazy_import_type_attributes_accessible(self):
228228
print(globals()["json"].resolve)
229229
""")
230230
proc = assert_python_ok("-c", code)
231-
self.assertIn(b"<built-in method resolve of lazy_import object at", proc.out)
231+
self.assertIn(b"<built-in method resolve of lazy_import object at", proc.out)
232232

233233

234234
class SyntaxRestrictionTests(unittest.TestCase):

0 commit comments

Comments
 (0)