From b93e4a8d118657b3eeaffaeb593b8b353aa3469e Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Mon, 2 Aug 2021 19:22:07 +0200 Subject: [PATCH] Current WEI year is 2021 Signed-off-by: Yohann D'ANELLO --- apps/wei/tests/test_wei_registration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/wei/tests/test_wei_registration.py b/apps/wei/tests/test_wei_registration.py index 914e498a..c9d87fcc 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):