From e2f13fac8c039c8696989cf58ade54949479bcfb Mon Sep 17 00:00:00 2001 From: Jan Timpe Date: Wed, 5 Jun 2024 14:35:18 -0400 Subject: [PATCH] fix test --- tdrs-backend/tdpservice/parsers/test/test_parse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tdrs-backend/tdpservice/parsers/test/test_parse.py b/tdrs-backend/tdpservice/parsers/test/test_parse.py index dc5e75567..563c179a1 100644 --- a/tdrs-backend/tdpservice/parsers/test/test_parse.py +++ b/tdrs-backend/tdpservice/parsers/test/test_parse.py @@ -2035,7 +2035,7 @@ def test_parse_m3_cat2_invalid_68_69_file(m3_cat2_invalid_68_69_file, dfs): assert parser_errors.count() == 4 - error_msgs = {"M3 Item 68 (education level): 00 is not in range [1, 16]. or M3: 00 is not in range [98, 99].", + error_msgs = {"M3 Item 68 (education level): 00 is not in range [1, 16]. or M3 Item 68 (education level): 00 is not in range [98, 99].", "M3 Item 69 (citizenship status): 0 is not in [1, 2, 3, 9]."} for e in parser_errors: