mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-20 09:46:06 +02:00
Fix test
This commit is contained in:
parent
84cd08f720
commit
1df928dad6
1 changed files with 1 additions and 1 deletions
|
@ -723,7 +723,7 @@ class HelperFunctions(MockDb):
|
||||||
|
|
||||||
# Test without distinct
|
# Test without 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)
|
||||||
|
|
||||||
def test_get_sliced_requests(self):
|
def test_get_sliced_requests(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue