mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 11:38:39 +02:00
Merge branch 'za/1909-change-org-field-to-new-format' into za/1911-fill-new-org-type-column
This commit is contained in:
commit
90e0887eb3
1 changed files with 1 additions and 1 deletions
|
@ -723,7 +723,7 @@ class HelperFunctions(MockDb):
|
|||
|
||||
# Test without distinct
|
||||
managed_domains_sliced_at_end_date = get_sliced_domains(filter_condition)
|
||||
expected_content = [3, 4, 1, 0, 0, 0, 0, 0, 0, 0]
|
||||
expected_content = [3, 2, 1, 0, 0, 0, 0, 0, 0, 0]
|
||||
self.assertEqual(managed_domains_sliced_at_end_date, expected_content)
|
||||
|
||||
def test_get_sliced_requests(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue