Skip to content

Commit 1579fb9

Browse files
committed
Fix issue number in test explanation
1 parent 37e6257 commit 1579fb9

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
@@ -221,7 +221,7 @@ def test_lazy_import_type_cant_construct(self):
221221

222222
@support.requires_subprocess()
223223
def test_lazy_import_type_attributes_accessible(self):
224-
"""Regression test for GH-145453."""
224+
"""Regression test for GH-145452."""
225225
code = textwrap.dedent("""
226226
lazy import json
227227
print(globals()["json"].resolve)

0 commit comments

Comments
 (0)