Linting stuff

This commit is contained in:
zandercymatics 2023-08-14 09:13:22 -06:00
parent 4fa9e78688
commit 5fd842233a
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 3 additions and 3 deletions

View file

@ -436,7 +436,7 @@ class AuditedAdminTest(TestCase):
self.assertEqual(desired_order,
current_sort_order_coerced_type,
"{} is not ordered alphabetically".format(field_name))
"{} is not ordered alphabetically".format(field.name))
# I originally spent some time trying to fully
# generalize this to replace the match/arg fields,