Skip to content

Commit 104cb4e

Browse files
committed
feat: update test
1 parent 9082612 commit 104cb4e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 0 additions & 1 deletion
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)