Linting
This commit is contained in:
parent
283831f690
commit
8df78c58df
2 changed files with 12 additions and 12 deletions
|
|
@ -294,7 +294,7 @@ class TestObjectManager(BaseEvenniaTest):
|
|||
query = ObjectDB.objects.get_objs_with_key_or_alias("")
|
||||
self.assertFalse(query)
|
||||
query = ObjectDB.objects.get_objs_with_key_or_alias("", exact=False)
|
||||
self.assertEqual(list(query), list(ObjectDB.objects.all().order_by('id')))
|
||||
self.assertEqual(list(query), list(ObjectDB.objects.all().order_by("id")))
|
||||
|
||||
query = ObjectDB.objects.get_objs_with_key_or_alias(
|
||||
"", exact=False, typeclasses="evennia.objects.objects.DefaultCharacter"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue