Remove redundant base test case

This commit is contained in:
Marcus Moore
2023-03-07 16:57:55 -08:00
parent 8c13a4c5c9
commit 43ff7261b2
19 changed files with 34 additions and 52 deletions
+2 -2
View File
@@ -2,9 +2,9 @@
namespace Tests\Unit;
use App\Models\SnipeModel;
use Tests\Unit\BaseTest;
use Tests\TestCase;
class SnipeModelTest extends BaseTest
class SnipeModelTest extends TestCase
{
/**
* @var \UnitTester