Skip to content

Commit a48159f

Browse files
ZeroIntensitymiss-islington
authored andcommitted
[3.14] gh-144601: Use _testmultiphase instead of _testsinglephase in test_importlib (GH-144769)
(cherry picked from commit d148662) Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
1 parent 48f9eca commit a48159f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_importlib/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import tempfile
1717
import types
1818

19-
_testsinglephase = import_helper.import_module("_testsinglephase")
19+
import_helper.import_module("_testmultiphase")
2020

2121

2222
BUILTINS = types.SimpleNamespace()

0 commit comments

Comments
 (0)