Sfoglia il codice sorgente

tests/test_terminals.py: Fix syntax error

Tom Low-Shang 6 anni fa
parent
commit
400d4e94c0
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      tests/test_terminals.py

+ 2 - 2
tests/test_terminals.py Vedi File

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