IDLE: fix config_key htest (#112545)

Change 'Dialog' to 'Window' in two places to match the name of the config_key class being tested.
This commit is contained in:
Terry Jan Reedy 2023-11-30 02:08:44 -05:00 committed by GitHub
parent 37589d76bb
commit 81261fa67f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -351,4 +351,4 @@ def cancel(self, event=None):
main('idlelib.idle_test.test_config_key', verbosity=2, exit=False)
from idlelib.idle_test.htest import run
run(GetKeysDialog)
run(GetKeysWindow)

View file

@ -152,7 +152,7 @@ def _wrapper(parent): # htest #
"Best to close editor first."
}
GetKeysDialog_spec = {
GetKeysWindow_spec = {
'file': 'config_key',
'kwds': {'title': 'Test keybindings',
'action': 'find-again',