Skip to content

Commit

Permalink
corrected test settings
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulnarang95 committed Mar 13, 2024
1 parent b64092c commit c5592c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@

def run():
from app_helper import runner
runner.cms("djangocms_navigation", extra_args=[])
from djangocms_navigation.compat import DJANGO_4_2
from cms.test_utils.testcases import CMSTestCase
runner.cms("djangocms_navigation", extra_args=[])
if not DJANGO_4_2:
CMSTestCase.assertQuerySetEqual = CMSTestCase.assertQuerysetEqual

Expand Down

0 comments on commit c5592c0

Please sign in to comment.