From 711f22446f7db315d28ce56fa3830d8ef3fb271d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Lenon?= Date: Wed, 9 Aug 2023 10:42:34 -0300 Subject: [PATCH] fix(case): adjust case of test folders on make --- tests/helpers/BaseCommandTest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/helpers/BaseCommandTest.ts b/tests/helpers/BaseCommandTest.ts index 48167b4..6bf7b1e 100644 --- a/tests/helpers/BaseCommandTest.ts +++ b/tests/helpers/BaseCommandTest.ts @@ -53,7 +53,7 @@ export class BaseCommandTest { await Folder.safeRemove(Path.config()) await Folder.safeRemove(Path.providers()) await Folder.safeRemove(Path.resources()) - await Folder.safeRemove(Path.tests('E2E')) + await Folder.safeRemove(Path.tests('e2e')) await File.safeRemove(Path.pwd('.env')) await File.safeRemove(Path.pwd('.env.test'))