From eb06d1719921bb5af682ce768ffe0784e42faf88 Mon Sep 17 00:00:00 2001 From: Edward Hibbert Date: Mon, 2 Aug 2021 16:42:49 +0100 Subject: [PATCH] Fix merge issues --- tests/Feature/GroupStatsTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/Feature/GroupStatsTest.php b/tests/Feature/GroupStatsTest.php index c008b6ce26..e67fa356a4 100644 --- a/tests/Feature/GroupStatsTest.php +++ b/tests/Feature/GroupStatsTest.php @@ -8,8 +8,6 @@ use DB; use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; use Tests\TestCase; -use Illuminate\Foundation\Testing\RefreshDatabase; -use Tests\TestCase; class GroupStatsTest extends TestCase {