mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-22 04:19:26 +02:00
Fix test cases + logging fixes
This commit is contained in:
parent
1ad40cc709
commit
9409b3f41c
5 changed files with 20 additions and 16 deletions
|
@ -159,8 +159,8 @@ class TestMigrations(TestCase):
|
|||
# STEP 2: (analyze the tables just like the
|
||||
# migration script does, but add assert statements)
|
||||
expected_total_transition_domains = 9
|
||||
expected_total_domains = 4
|
||||
expected_total_domain_informations = 4
|
||||
expected_total_domains = 5
|
||||
expected_total_domain_informations = 5
|
||||
expected_total_domain_invitations = 7
|
||||
|
||||
expected_missing_domains = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue