Commit d0b18af8 authored by Artem Baranovskyi's avatar Artem Baranovskyi
Browse files

Small roll-up and test fix.

parent 72d61108
......@@ -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