aboutsummaryrefslogtreecommitdiff
path: root/test/git/test_tag.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/git/test_tag.py')
-rw-r--r--test/git/test_tag.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/git/test_tag.py b/test/git/test_tag.py
index 52f7898c..fe3f78cc 100644
--- a/test/git/test_tag.py
+++ b/test/git/test_tag.py
@@ -18,7 +18,7 @@ class TestTag(object):
tag_object_refs = list()
for tag in self.repo.tags:
assert "refs/tags" in tag.path
- assert "/" not in tag.name
+ assert tag.name
assert isinstance( tag.commit, Commit )
if tag.tag is not None:
tag_object_refs.append( tag )