Skip to content

Commit 6f4a168

Browse files
committed
TT-52 feat: update previous test
1 parent 0e86804 commit 6f4a168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/modules/shared/components/sidebar/sidebar.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ describe('SidebarComponent', () => {
5656
component.getSidebarItems();
5757
const menuItems = component.itemsSidebar;
5858

59-
expect(menuItems.length).toBe(7);
59+
expect(menuItems.length).toBe(6);
6060
});
6161

6262
it('non admin users have two menu items', () => {

0 commit comments

Comments
 (0)