mirror of
https://github.com/evennia/evennia.git
synced 2026-03-30 20:47:17 +02:00
Fixed wrong assert
This commit is contained in:
parent
2f724fb416
commit
27d41cab8b
1 changed files with 1 additions and 1 deletions
|
|
@ -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"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue