Skip to content

Commit

Permalink
Test fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
edwh committed Dec 19, 2023
1 parent be91b3d commit 0e81782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/Admin/Users/ViewUsersTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function an_admin_can_view_list_of_users()
$response = $this->get('/user/all');

// Then the users should be in the list
$response->assertSeeText(e($users[0]->name));
$response->assertSeeText($users[0]->name);
}

/** @test */
Expand Down

0 comments on commit 0e81782

Please sign in to comment.