瀏覽代碼

show ui.shell_dock instead of shell during tests

Kamil Sopko 9 年之前
父節點
當前提交
e941e55a4a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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):