diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_repository.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_repository.py b/tests/test_repository.py index 9af2aac..2d32620 100644 --- a/tests/test_repository.py +++ b/tests/test_repository.py @@ -41,7 +41,7 @@ class TestRepository(object): assert actual == expected @pytest.mark.xfail(reason='TODO') - def test_dotifle(self): + def test_dotfile(self): assert False def test_contents(self, repo, home): |