Skip to content

Commit 824d565

Browse files
committed
feat: update test
1 parent 60693d3 commit 824d565

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app-modules/gamify/tests/Feature/ReputationTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
$user = User::factory()->create([
1212
'name' => 'John Doe',
1313
'username' => 'johndoe',
14-
'reputation' => 10
14+
'reputation' => 10,
1515
]);
1616

1717
expect($user->getPoints())->toBe(10);

app-modules/gamify/tests/Pest.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
declare(strict_types=1);
44

5-
use App\Models\User;
65
use Illuminate\Foundation\Testing\RefreshDatabase;
76
use Tests\TestCase;
87

0 commit comments

Comments
 (0)