1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 18:08:21 +02:00

Prepare WEI 2022 (because tests are broken)

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
2022-02-12 14:24:25 +01:00
parent 4e30f805a7
commit d3273e9ee2
5 changed files with 407 additions and 3 deletions

View File

@ -782,7 +782,7 @@ class TestDefaultWEISurvey(TestCase):
WEISurvey.update_form(None, None)
self.assertEqual(CurrentSurvey.get_algorithm_class().get_survey_class(), CurrentSurvey)
self.assertEqual(CurrentSurvey.get_year(), 2021)
self.assertEqual(CurrentSurvey.get_year(), 2022)
class TestWeiAPI(TestAPI):