From f4d336d6070ea1a032fb07e7161f3a88aa9b552e Mon Sep 17 00:00:00 2001 From: Angel Fernando Quiroz Campos Date: Thu, 30 Sep 2021 18:10:40 -0500 Subject: [PATCH] PHPUnit: Fix test when creating course --- tests/CoreBundle/Repository/Node/CourseRepositoryTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {