Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed Nov 27, 2024
1 parent a75cc84 commit 62afbca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edc_appconfig/tests/tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_check_site_consents(self):
def test_edc_navbar_checks(self):
errors = edc_navbar_checks(django_apps.get_app_configs())
ids = [error.id for error in errors]
self.assertEqual(9, len(ids))
self.assertEqual(8, len(ids))
# self.assertIn("edc_navbar.E002", ids)
self.assertIn("edc_navbar.E003", ids)

Expand Down

0 comments on commit 62afbca

Please sign in to comment.