run black
This commit is contained in:
parent
76771e83da
commit
3575d28d6e
1 changed files with 4 additions and 4 deletions
|
|
@ -266,7 +266,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