소스 검색

tests/test_terminals.py: Fix syntax error

Tom Low-Shang 6 년 전
부모
커밋
400d4e94c0
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      tests/test_terminals.py

+ 2 - 2
tests/test_terminals.py 파일 보기

@@ -179,10 +179,10 @@ class TestTerminals(BaseTest):
179 179
             simulation=simulation,
180 180
         )
181 181
 
182
-        terminal_pid = 0
183
-        core_pid = 0
184 182
         global terminal_pid
185 183
         global core_pid
184
+        terminal_pid = 0
185
+        core_pid = 0
186 186
 
187 187
         class MyMainTerminal(Terminal):
188 188
             main_process = True