mirror of https://gitlab.crans.org/bde/nk20
Current WEI year is 2021
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
parent
b9a9704061
commit
b93e4a8d11
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue