Browse Source

show ui.shell_dock instead of shell during tests

Kamil Sopko 9 years ago
parent
commit
e941e55a4a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/test_tcl_shell.py

+ 1 - 1
tests/test_tcl_shell.py

@@ -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):