Fixed wrong assert

This commit is contained in:
ChrisLR 2020-10-03 13:12:54 -04:00
parent 2f724fb416
commit 27d41cab8b

View file

@ -168,4 +168,4 @@ class TestTypedObjectManager(EvenniaTest):
def test_does_not_have_tag_category_only(self):
self.obj1.tags.add("tagC", "categoryC")
self.assertTrue(self.obj1.tags.has(category="categoryD"))
self.assertFalse(self.obj1.tags.has(category="categoryD"))