Kaydet (Commit) cd5e388c authored tarafından Terry Jan Reedy's avatar Terry Jan Reedy

Issue #27173: Fix error in test_config that caused test_idle to fail.

üst 58cb93f0
...@@ -24,7 +24,7 @@ def setUpModule(): ...@@ -24,7 +24,7 @@ def setUpModule():
idleConf.userCfg = testcfg idleConf.userCfg = testcfg
def tearDownModule(): def tearDownModule():
idleConf.userCfg = testcfg idleConf.userCfg = usercfg
class CurrentColorKeysTest(unittest.TestCase): class CurrentColorKeysTest(unittest.TestCase):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment