diff --git a/apps/wei/tests/test_wei_registration.py b/apps/wei/tests/test_wei_registration.py index 914e498a616b65f7bc722b9c7fb82183591f6d87..c9d87fccc0ca5e9074e4f7a0d0154a2b4b5eb0d4 100644 --- a/apps/wei/tests/test_wei_registration.py +++ b/apps/wei/tests/test_wei_registration.py @@ -754,7 +754,7 @@ class TestDefaultWEISurvey(TestCase): WEISurvey.update_form(None, None) self.assertEqual(CurrentSurvey.get_algorithm_class().get_survey_class(), CurrentSurvey) - self.assertEqual(CurrentSurvey.get_year(), 2020) + self.assertEqual(CurrentSurvey.get_year(), 2021) class TestWEISurveyAlgorithm(TestCase):