Skip to content

Commit

Permalink
Extend tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yalef committed Jan 15, 2024
1 parent 7e26827 commit 20c1526
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_models/test_import/test_parse_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,5 @@ def test_parse_data_invalid_row_file(
import_job.refresh_from_db()

assert import_job.import_status == expected_status
if expected_status == ImportJob.ImportStatus.INPUT_ERROR:
assert import_job.input_errors_file is not None

0 comments on commit 20c1526

Please sign in to comment.