PHPUnit: Fix test when creating course

pull/4010/head
Angel Fernando Quiroz Campos 4 years ago
parent d85159bece
commit f4d336d607
  1. 2
      tests/CoreBundle/Repository/Node/CourseRepositoryTest.php

@ -93,7 +93,7 @@ class CourseRepositoryTest extends WebTestCase
$this->assertSame(1, $count);
// Check tools.
$this->assertCount(23, $course->getTools());
$this->assertCount(25, $course->getTools());
// Check resource links for each Tool
foreach ($course->getTools() as $tool) {

Loading…
Cancel
Save