show ui.shell_dock instead of shell during tests

This commit is contained in:
Kamil Sopko 2016-03-31 17:29:11 +02:00
parent b333d136b5
commit e941e55a4a
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class TclShellTest(unittest.TestCase):
# Create App, keep app defaults (do not load
# user-defined defaults).
self.fc = App(user_defaults=False)
self.fc.shell.show()
self.fc.ui.shell_dock.show()
@classmethod
def tearDownClass(self):