From 8d01ba496126188dcf70a44318b5f225c77db5cb Mon Sep 17 00:00:00 2001 From: Awilum Date: Mon, 2 Nov 2020 21:52:00 +0300 Subject: [PATCH] feat(tests): update tests for Plugins #477 --- tests/Foundation/PluginsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Foundation/PluginsTest.php b/tests/Foundation/PluginsTest.php index 6238cbeb..19d34939 100644 --- a/tests/Foundation/PluginsTest.php +++ b/tests/Foundation/PluginsTest.php @@ -17,7 +17,7 @@ beforeEach(function() { }); afterEach(function (): void { - //filesystem()->directory(PATH['project'] . '/plugins/sandbox')->delete(); + filesystem()->directory(PATH['project'] . '/plugins/sandbox')->delete(); }); test('test getPluginsList() method', function () {