From 37420025fce57cd7fd1e95bfdab95b9267b60836 Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Mon, 18 Jan 2016 09:46:59 -0500 Subject: Fix typo --- tests/test_repository.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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): -- cgit v1.2.3