Skip to content

Commit

Permalink
tests: Fix seed data to be "correct"
Browse files Browse the repository at this point in the history
  • Loading branch information
bdewilde committed May 14, 2024
1 parent 2c8b80b commit a9dd10c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/api/test_exports.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ class TestExportScreeningsResource:
"user_email",
"user_name",
],
["4", "citation", "included", "", "[email protected]", "NAME2"],
["4", "citation", "included", "", "[email protected]", "NAME3"],
["4", "citation", "included", "", "[email protected]", "NAME4"],
],
),
],
Expand Down
4 changes: 2 additions & 2 deletions tests/fixtures/seed_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -431,14 +431,14 @@
]
},
{
"user_id": 3,
"user_id": 2,
"review_id": 2,
"study_id": 4,
"stage": "citation",
"status": "included"
},
{
"user_id": 4,
"user_id": 3,
"review_id": 2,
"study_id": 4,
"stage": "citation",
Expand Down

0 comments on commit a9dd10c

Please sign in to comment.