mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-18 02:19:23 +02:00
ran the formatter
This commit is contained in:
parent
bfded588d7
commit
00d020891f
4 changed files with 4 additions and 3 deletions
|
@ -1701,7 +1701,7 @@ class DomainRequestAdmin(ListHeaderAdmin, ImportExportModelAdmin):
|
||||||
"converted_federal_agency",
|
"converted_federal_agency",
|
||||||
"converted_federal_type",
|
"converted_federal_type",
|
||||||
"converted_city",
|
"converted_city",
|
||||||
"converted_state_territory"
|
"converted_state_territory",
|
||||||
]
|
]
|
||||||
|
|
||||||
orderable_fk_fields = [
|
orderable_fk_fields = [
|
||||||
|
|
|
@ -459,6 +459,7 @@ class TestDomainRequestAdmin(MockEppLib):
|
||||||
)
|
)
|
||||||
|
|
||||||
# Assert that sorting in reverse works correctly
|
# Assert that sorting in reverse works correctly
|
||||||
|
print("working there is a thingy")
|
||||||
self.test_helper.assert_table_sorted(
|
self.test_helper.assert_table_sorted(
|
||||||
"-13",
|
"-13",
|
||||||
(
|
(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue