Skip to content

Commit

Permalink
- Correct num errors
Browse files Browse the repository at this point in the history
  • Loading branch information
elipe17 committed Dec 6, 2024
1 parent 003a092 commit c7778e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdrs-backend/tdpservice/parsers/test/test_parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@ def test_parse_tanf_section1_blanks_file(tanf_section1_file_with_blanks, dfs):

parser_errors = ParserError.objects.filter(file=tanf_section1_file_with_blanks)

assert parser_errors.count() == 23
assert parser_errors.count() == 22

# Should only be cat3 validator errors
for error in parser_errors:
Expand Down

0 comments on commit c7778e5

Please sign in to comment.