diff options
Diffstat (limited to 'tests/app')
| -rw-r--r-- | tests/app/Services/ModuleServiceTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/Services/ModuleServiceTest.php b/tests/app/Services/ModuleServiceTest.php index bbc99d90a1..9eadc765fb 100644 --- a/tests/app/Services/ModuleServiceTest.php +++ b/tests/app/Services/ModuleServiceTest.php @@ -117,7 +117,7 @@ class ModuleServiceTest extends TestCase $module_service = new ModuleService(); - $this->assertSame(5, $module_service->otherModules()->count()); + $this->assertSame(4, $module_service->otherModules()->count()); } /** |
