summaryrefslogtreecommitdiff
path: root/test/git/test_base.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/git/test_base.py')
-rw-r--r--test/git/test_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/git/test_base.py b/test/git/test_base.py
index 9f4cfa05..c2e199b3 100644
--- a/test/git/test_base.py
+++ b/test/git/test_base.py
@@ -109,7 +109,7 @@ class TestBase(TestBase):
def test_with_bare_rw_repo(self, bare_rw_repo):
assert bare_rw_repo.config_reader("repository").getboolean("core", "bare")
- @with_rw_repo
+ @with_rw_repo(working_tree_ref='0.1.6')
def test_with_rw_repo(self, rw_repo):
assert not rw_repo.config_reader("repository").getboolean("core", "bare")