fix the ghosts

This commit is contained in:
Godfrey M
2025-04-23 10:15:26 -07:00
parent 843f001bf6
commit f435ebb110

View File

@@ -6,7 +6,7 @@ use App\Models\LicenseSeat;
use App\Models\User;
use Tests\TestCase;
class LicenseCheckinTest extends TestCase {
class LicenseCheckInTest extends TestCase {
public function testLicenseCheckin()
{
$authUser = User::factory()->superuser()->create();