Skip to content

Commit 8b9af3b

Browse files
committed
Remove circulary dependency
1 parent ea53111 commit 8b9af3b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

File renamed without changes.

src/app/shared/menu/menu.structure.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,12 @@ describe('buildMenuStructure', () => {
100100
];
101101

102102

103-
it('should have a double amount of objects with an additional service after the processing', () => {
103+
it('should have a double amount of objects after the processing', () => {
104104
const result = buildMenuStructure(providerStructure);
105105
expect(result.length).toEqual(orderedProviderTypeList.length * 2);
106106
});
107107

108-
it('should return a list with the MenuProviderService and then a resolved provider and provider type for each provider in the provided structure', () => {
108+
it('should return a list with a resolved provider and provider type for each provider in the provided structure', () => {
109109
const result = buildMenuStructure(providerStructure);
110110

111111
orderedProviderTypeList.forEach((provider, index) => {

0 commit comments

Comments
 (0)