diff options
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() |
