From 84b134a50da5995b41ddaff42e2b7a92319236d8 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 23 Jul 2017 23:12:57 +1000 Subject: tests: test main() --- tests/test_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_util.py') diff --git a/tests/test_util.py b/tests/test_util.py index 3a3ecdb..051c365 100755 --- a/tests/test_util.py +++ b/tests/test_util.py @@ -57,7 +57,7 @@ class TestUtil(unittest.TestCase): self.assertTrue(result) def test_create_dir(self): - """> Create a directoru.""" + """> Create a directory.""" tmp_dir = pathlib.Path("/tmp/test_dir") util.create_dir(tmp_dir) result = tmp_dir.is_dir() -- cgit v1.2.3