Skip to content

Commit cd5e388

Browse files
committed
Issue python#27173: Fix error in test_config that caused test_idle to fail.
1 parent 58cb93f commit cd5e388

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/idlelib/idle_test/test_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def setUpModule():
2424
idleConf.userCfg = testcfg
2525

2626
def tearDownModule():
27-
idleConf.userCfg = testcfg
27+
idleConf.userCfg = usercfg
2828

2929

3030
class CurrentColorKeysTest(unittest.TestCase):

0 commit comments

Comments
 (0)