Skip to content

Commit

Permalink
- updated count
Browse files Browse the repository at this point in the history
  • Loading branch information
elipe17 committed Dec 6, 2024
1 parent bb1f5e0 commit 88c00ac
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 @@ -498,7 +498,7 @@ def test_parse_ssp_section1_datafile(ssp_section1_datafile, dfs):
assert cat4_errors[1].error_message == "Duplicate record detected with record type M3 at line 3273. " + \
"Record is a duplicate of the record at line number 3272."

assert parser_errors.count() == 32488
assert parser_errors.count() == 32455

assert SSP_M1.objects.count() == expected_m1_record_count
assert SSP_M2.objects.count() == expected_m2_record_count
Expand Down

0 comments on commit 88c00ac

Please sign in to comment.