Commit 81e0fe2a by Stephen Sanchez

Updating unit tests

parent 15990ac2
...@@ -7,12 +7,12 @@ ...@@ -7,12 +7,12 @@
"waiting_for_ai": { "waiting_for_ai": {
"waiting_for_peer": false, "waiting_for_peer": false,
"waiting_for_ai": true, "waiting_for_ai": true,
"expected_response": "example based assessment" "expected_response": "example-based assessment"
}, },
"waiting_for_both": { "waiting_for_both": {
"waiting_for_peer": true, "waiting_for_peer": true,
"waiting_for_ai": true, "waiting_for_ai": true,
"expected_response": "peer assessment and example based assessment" "expected_response": "peer assessment and example-based assessment"
}, },
"not_waiting": { "not_waiting": {
"waiting_for_peer": false, "waiting_for_peer": false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment