"...@humanwhocodes/object-schema/tests/object-schema.js" did not exist on "d720458742c695dd1432f0b31bdf7d394379bf7d"
Commit d0b18af8 authored by Artem Baranovskyi's avatar Artem Baranovskyi
Browse files

Small roll-up and test fix.

2 merge requests!3Fixed whole Docker infrastructure with dummy moodle plugin.,!2Draft: Resolve "can the post be sanitised before passing to the external service?"
Showing with 1 addition and 0 deletions
+1 -0
......@@ -244,6 +244,7 @@ class quiz_api_test extends advanced_testcase
// Check the result
$this->assertNotEmpty($grades);
$this->assertEquals($grades[0]['predicted_grade'], 'correct');
$this->assertEquals($grades[5]['predicted_grade'], 'incorrect');
$this->assertEquals($grades[6]['predicted_grade'], 'incorrect');
}
......
Supports Markdown
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