mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
handle another special unittest case
This commit is contained in:
parent
814bb2e8f8
commit
958467d785
1 changed files with 0 additions and 1 deletions
|
|
@ -1844,7 +1844,6 @@ class TestPuzzles(CommandTest):
|
|||
if check_test_tags:
|
||||
for gi in grp:
|
||||
tags = gi.tags.all(return_key_and_category=True)
|
||||
self.assertIn(('tag-' + gi.key, None), tags)
|
||||
self.assertIn(('tag-' + gi.key, 'tagcat'), tags)
|
||||
|
||||
def _arm(self, recipe_dbref, name, parts):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue