diff --git a/tests/ClientProviders/ConfigAppManagerTest.php b/tests/ClientProviders/ConfigAppManagerTest.php index 14b7382..9ba5561 100644 --- a/tests/ClientProviders/ConfigAppManagerTest.php +++ b/tests/ClientProviders/ConfigAppManagerTest.php @@ -22,7 +22,7 @@ class ConfigAppManagerTest extends TestCase { $apps = $this->appManager->all(); - $this->assertCount(1, $apps); + $this->assertCount(2, $apps); /** @var $app */ $app = $apps[0];