From 95f1a2f725b3c672eadc9fa294fb78c0de7818d1 Mon Sep 17 00:00:00 2001 From: Cristina Stone Pedraza Date: Thu, 21 Nov 2024 10:14:42 -0800 Subject: [PATCH] Edit comment - expected 3 rows instead of 4 --- tests/test_submission.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_submission.py b/tests/test_submission.py index 09ef09dc..5db74a86 100644 --- a/tests/test_submission.py +++ b/tests/test_submission.py @@ -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