Skip to content

Commit 0e3133a

Browse files
author
Joel Butcher
committed
fix tests
1 parent c18698a commit 0e3133a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/SettingsTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
]);
9595

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

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

0 commit comments

Comments
 (0)