summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_refs.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test_refs.py b/test/test_refs.py
index ebf1a00d..1f3dfb9f 100644
--- a/test/test_refs.py
+++ b/test/test_refs.py
@@ -488,3 +488,6 @@ class TestRefs(TestBase):
def test_dereference_recursive(self):
# for now, just test the HEAD
assert SymbolicReference.dereference_recursive(self.rorepo, 'HEAD')
+
+ def test_reflog(self):
+ assert isinstance(self.rorepo.heads.master.log(), RefLog)