diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2017-07-23 23:12:57 +1000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2017-07-23 23:12:57 +1000 |
| commit | 84b134a50da5995b41ddaff42e2b7a92319236d8 (patch) | |
| tree | 220954e9ede66e2491afc27b9982b8c6d8de15a3 /tests/test_util.py | |
| parent | 9b695da635966cd22126193f6d0156780a7c0b80 (diff) | |
tests: test main()
Diffstat (limited to 'tests/test_util.py')
| -rwxr-xr-x | tests/test_util.py | 2 |
1 files changed, 1 insertions, 1 deletions
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() |
