From a2dfd692f15abc948009ff284ca198421b34ff3d Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Wed, 11 Jan 2023 18:09:56 +0530 Subject: [PATCH] feat: add tests --- tests/e2e/Services/Account/AccountConsoleClientTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/Services/Account/AccountConsoleClientTest.php b/tests/e2e/Services/Account/AccountConsoleClientTest.php index c4ad09386..4258004ec 100644 --- a/tests/e2e/Services/Account/AccountConsoleClientTest.php +++ b/tests/e2e/Services/Account/AccountConsoleClientTest.php @@ -12,7 +12,7 @@ use Tests\E2E\Client; class AccountConsoleClientTest extends Scope { - // use AccountBase; + use AccountBase; use ProjectConsole; use SideClient;