Skip to content

Commit

Permalink
fail a test and prove it works
Browse files Browse the repository at this point in the history
  • Loading branch information
inmanturbo committed Feb 24, 2024
1 parent 24d958d commit cd1abd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stubs/tests/Feature/ApiTokenPermissionsTest.php
@@ -1,9 +1,10 @@
<?php

use App\Models\User;
use HeaderX\JetstreamPassport\Http\Livewire\ApiTokenManager;
// use HeaderX\JetstreamPassport\Http\Livewire\ApiTokenManager;
use Illuminate\Support\Facades\Artisan;
use Laravel\Jetstream\Features;
use Laravel\Jetstream\Http\Livewire\ApiTokenManager;
use Livewire\Livewire;

test('api token permissions can be updated', function () {
Expand Down

0 comments on commit cd1abd3

Please sign in to comment.