Skip to content

Commit

Permalink
test(navigation): update assertions to reflect expected navigation it…
Browse files Browse the repository at this point in the history
…em count
  • Loading branch information
payal-canyon committed Feb 26, 2025
1 parent ffe7cfe commit 9da2fed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Tenant/Feature/Filament/NavigationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@

$navigation = Filament::getNavigation();

assertCount(1, $navigation);
assertCount(1, Arr::first($navigation)->getItems());
assertCount(2, $navigation);
assertCount(2, Arr::first($navigation)->getItems());
});

0 comments on commit 9da2fed

Please sign in to comment.