mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #27173: Fix error in test_config that caused test_idle to fail.
This commit is contained in:
parent
58cb93f023
commit
cd5e388c39
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ def setUpModule():
|
|||
idleConf.userCfg = testcfg
|
||||
|
||||
def tearDownModule():
|
||||
idleConf.userCfg = testcfg
|
||||
idleConf.userCfg = usercfg
|
||||
|
||||
|
||||
class CurrentColorKeysTest(unittest.TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue