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, 0 insertions, 2 deletions
diff --git a/test/git/test_base.py b/test/git/test_base.py
index 938647d0..db13feae 100644
--- a/test/git/test_base.py
+++ b/test/git/test_base.py
@@ -42,8 +42,6 @@ class TestBase(TestBase):
assert item.hexsha == hexsha
assert item.type == typename
assert item.size
- if isinstance(item, Blob):
- assert item.data
assert item == item
assert not item != item
assert str(item) == item.hexsha