Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Butcher committed Dec 29, 2021
1 parent cd26410 commit 0d8e599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/SettingsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
]);

$this->visit('/settings')
->see('<img src="http://localhost/images/laravel.png" alt="John Doe" class="filter grayscale">');
->see('<img src="http://localhost/images/laravelio-icon.svg" alt="John Doe" class="filter grayscale">');
});

test('users cannot update their password when it has been compromised in data leaks', function () {
Expand Down

0 comments on commit 0d8e599

Please sign in to comment.