Skip to content

Commit

Permalink
fix review_decisions in minimal_test_data_results.json (followup to #…
Browse files Browse the repository at this point in the history
  • Loading branch information
janno42 committed Apr 29, 2024
1 parent 1826f29 commit e02a023
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions evap/results/fixtures/minimal_test_data_results.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"question": 3,
"original_answer": null,
"contribution": 1,
"review_decision": "HI"
"review_decision": "DE"
}
},
{
Expand Down Expand Up @@ -194,7 +194,7 @@
"question": 1,
"original_answer": null,
"contribution": 6,
"review_decision": "HI"
"review_decision": "DE"
}
},
{
Expand Down Expand Up @@ -227,7 +227,7 @@
"question": 1,
"original_answer": null,
"contribution": 6,
"review_decision": "NR"
"review_decision": "UN"
}
},
{
Expand Down Expand Up @@ -260,7 +260,7 @@
"question": 2,
"original_answer": null,
"contribution": 6,
"review_decision": "HI"
"review_decision": "DE"
}
},
{
Expand All @@ -282,7 +282,7 @@
"question": 4,
"original_answer": null,
"contribution": 1,
"review_decision": "HI"
"review_decision": "DE"
}
},
{
Expand Down

0 comments on commit e02a023

Please sign in to comment.