Skip to content

Commit

Permalink
fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Sep 23, 2023
1 parent daa2922 commit 62638b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/Feature/Model/UserModelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ class UserModelTest extends TestCase
use RefreshDatabase;

/**
* Tests Image relationships are setup correctly.
* Tests User relationships are setup correctly.
*
* @return void
*/
public function testImageRelationships()
public function testUserRelationships()
{
$user = User::find(1);
$image = Image::factory()->create();
Expand Down

0 comments on commit 62638b6

Please sign in to comment.