소스 검색

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