diff --git a/tests/CoreBundle/Repository/Node/CourseRepositoryTest.php b/tests/CoreBundle/Repository/Node/CourseRepositoryTest.php index 4c7ccdb2a6..ca304f86a4 100644 --- a/tests/CoreBundle/Repository/Node/CourseRepositoryTest.php +++ b/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) {