Skip to content

Commit 558e2b8

Browse files
committed
Merge branch 'dev' of https://github.com/maths/moodle-qtype_stack into nrw9
2 parents 13fd68e + 314d3e1 commit 558e2b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/api_controller_test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ public function test_grade(): void {
274274
$this->assertStringContainsString('correct', $this->output->prts->prt1);
275275
$this->assertEquals(0, count((array)$this->output->gradingassets));
276276
$this->assertEquals(
277-
'Seed: 86; ans1: matrix([35,30],[28,24]) [score]; prt1: # = 1 | | 1-0-T',
277+
'Seed: 86; ans1: matrix([35,30],[28,24]) [score]; prt1: # = 1 | 1-0-T',
278278
$this->output->responsesummary
279279
);
280280
$this->assertEquals(0, count($this->output->iframes));

0 commit comments

Comments
 (0)