Răsfoiți Sursa

Update test_script.py

typo
Monf 8 ani în urmă
părinte
comite
026a90ef6c
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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):