diff --git a/tests/Feature/KeysTest.php b/tests/Feature/KeyTest.php similarity index 98% rename from tests/Feature/KeysTest.php rename to tests/Feature/KeyTest.php index aa040fc..e9c3ddc 100644 --- a/tests/Feature/KeysTest.php +++ b/tests/Feature/KeyTest.php @@ -10,7 +10,7 @@ use Tests\FeatureTestCase; use Toby\Eloquent\Models\Key; use Toby\Eloquent\Models\User; -class KeysTest extends FeatureTestCase +class KeyTest extends FeatureTestCase { use DatabaseMigrations;