Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 02bf273

Browse files
committed
fixed tests
1 parent 11727e6 commit 02bf273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ClientProviders/ConfigAppManagerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function it_can_get_apps_from_the_config_file()
2222
{
2323
$apps = $this->appManager->all();
2424

25-
$this->assertCount(1, $apps);
25+
$this->assertCount(2, $apps);
2626

2727
/** @var $app */
2828
$app = $apps[0];

0 commit comments

Comments
 (0)