Fixed unit test

This commit is contained in:
2020-01-31 20:13:17 +01:00
parent b9afcba61f
commit 78fc046f5a
9 changed files with 88 additions and 27 deletions
@@ -74,7 +74,7 @@ class SheerkaSetsManager:
return self.sheerka.sdp.exists(GROUP_PREFIX + b.id, a.id)
def isagroup(self, concept):
def isaset(self, concept):
"""True if exists All_<concept_id> in sdp"""
if not concept.id:
return None