mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 18:25:58 +02:00
Update test_reports.py
This commit is contained in:
parent
3bb956414d
commit
1ecbb2b796
1 changed files with 1 additions and 1 deletions
|
@ -718,7 +718,7 @@ class HelperFunctions(MockDb):
|
||||||
}
|
}
|
||||||
# Test with distinct
|
# Test with distinct
|
||||||
managed_domains_sliced_at_end_date = get_sliced_domains(filter_condition)
|
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)
|
self.assertEqual(managed_domains_sliced_at_end_date, expected_content)
|
||||||
|
|
||||||
# Test without distinct
|
# Test without distinct
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue