Skip to content

Commit

Permalink
Fix expected test outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
ncalteen committed Sep 14, 2023
1 parent f4fc0d4 commit 657f182
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions __tests__/fixtures/bug-report/expected.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"your_contact_details": "[email protected]",
"your_contact_details": "[[email protected]](mailto:[email protected])",
"what_happened": "A bug happened!",
"version": "1.0.0",
"what_browsers_are_you_seeing_the_problem_on": [
Expand All @@ -8,6 +8,6 @@
],
"code_of_conduct": {
"selected": ["Never give up"],
"unselected": ["Hot Dog is a Sandwich"]
"unselected": ["Never surrender"]
}
}
2 changes: 1 addition & 1 deletion __tests__/fixtures/missing/expected.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"model_description": "who's molecule is this? (we don't know)",
"ersilia_id": null,
"publication": "The following link is just an example:\n\nwww.example.com",
"publication": "The following link is just an example:\n\n`www.example.com`",
"code": null
}
2 changes: 1 addition & 1 deletion __tests__/fixtures/omitted/expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"model_name": "My cool molecule!",
"model_description": "This is a prediction for a super cool molecule.",
"ersilia_id": "eos11aa",
"publication": "The following link is just an example:\n\nwww.example.com",
"publication": "The following link is just an example:\n\n`www.example.com`",
"code": null,
"license": null
}

0 comments on commit 657f182

Please sign in to comment.