Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tepi committed Oct 16, 2024
1 parent dab3459 commit 9c57a6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ public void testNonCollidingServerAndClientRoutesDoesNotThrow()

Map<String, AvailableViewInfo> menuItems = new MenuRegistry()
.getMenuItems(false);
Assert.assertEquals(7, menuItems.size());
Assert.assertEquals(13, menuItems.size());

RouteUtil.checkForClientRouteCollisions(vaadinService,
routeConfiguration.getAvailableRoutes());
Expand Down

0 comments on commit 9c57a6d

Please sign in to comment.