浏览代码

Update test_script.py

typo
Monf 8 年之前
父节点
当前提交
026a90ef6c
共有 1 个文件被更改,包括 1 次插入1 次删除
  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):