Skip to content

Commit

Permalink
Minor test fix.
Browse files Browse the repository at this point in the history
edwh committed Feb 1, 2023
1 parent 438cae5 commit b5f2ab7
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
@@ -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($users[0]->name);
$response->assertSeeText(e($users[0]->name));
}

/** @test */

0 comments on commit b5f2ab7

Please sign in to comment.