Procházet zdrojové kódy

Update test_script.py

typo
Monf před 8 roky
rodič
revize
026a90ef6c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      neurons/script/tests/test_script.py

+ 1 - 1
neurons/script/tests/test_script.py

@@ -91,7 +91,7 @@ class TestScript(unittest.TestCase):
         time.sleep(0.5)
         self.assertTrue(os.path.isfile(self.test_file))
 
-        # remove the tet file
+        # remove the test file
         os.remove(self.test_file)
 
     def test_script_content(self):