Skip to content

Commit

Permalink
Edit comment - expected 3 rows instead of 4
Browse files Browse the repository at this point in the history
  • Loading branch information
cristina-stonepedraza committed Nov 21, 2024
1 parent f3c4a50 commit 95f1a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_submission.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def test_get_metadata_submissions_mixs(db: Session, client: TestClient, logged_i
assert response.status_code == 200

# Check that the reponse payload is a TSV and that the result has the correct
# number of rows and information populated. The result should have 4 rows
# number of rows and information populated. The result should have 3 rows
# including a header.
# Reference: https://docs.python.org/3/library/csv.html#csv.DictReader

Expand Down

0 comments on commit 95f1a2f

Please sign in to comment.