summaryrefslogtreecommitdiff
path: root/test/git/test_refs.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/git/test_refs.py')
-rw-r--r--test/git/test_refs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/git/test_refs.py b/test/git/test_refs.py
index 99a66fc2..5f13d0b7 100644
--- a/test/git/test_refs.py
+++ b/test/git/test_refs.py
@@ -78,7 +78,7 @@ class TestRefs(TestBase):
types_found = set()
for ref in self.rorepo.refs:
types_found.add(type(ref))
- assert len(types_found) == 3
+ assert len(types_found) >= 3
def test_is_valid(self):
assert Reference(self.rorepo, 'refs/doesnt/exist').is_valid() == False