Skip to content

Commit

Permalink
Merge pull request #255 from Autive/main
Browse files Browse the repository at this point in the history
Fix test for translations
  • Loading branch information
Cannonb4ll authored Jan 9, 2024
2 parents 280c427 + 0e577d7 commit f064b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/Controllers/MyControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
test('it shows breadcrumbs', function () {
$user = User::factory()->create();

actingAs($user)->get(route('my'))->assertSee('My items');
actingAs($user)->get(route('my'))->assertSee(trans('items.my-items'));
});

test('view has live components', function ($component) {
Expand Down

0 comments on commit f064b32

Please sign in to comment.