Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
inxilpro committed Jun 29, 2022
1 parent b90e27f commit 2237d96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ResourceRoutesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -327,11 +327,11 @@ public function test_grouped_resource_routes(bool $cache): void

$this->get('/movies/1/actors/create');

$this->assertActiveBreadcrumbs([
$this->assertActiveBreadcrumbs(
['Movies', '/movies'],
['Edit', '/movies/1/edit'],
['Create', '/movies/1/actors/create'],
]);
);
}

protected function registerResourceRoute(bool $cache, Closure $setup): self
Expand Down

0 comments on commit 2237d96

Please sign in to comment.