Skip to content

Commit 7bcdf72

Browse files
[DURACOM-470] remove duplicated spy
1 parent 4e9b2a6 commit 7bcdf72

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/item-page/item-page.resolver.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ describe('itemPageResolver', () => {
252252
translateService = { instant: (key: string) => key } as any;
253253

254254
spyOn(router, 'navigateByUrl').and.callThrough();
255-
spyOn(notificationsService, 'warning').and.callThrough();
256255

257256
const encodedInvalidUrl = encodeURIComponent(invalidCustomUrl);
258257
const route = { params: { id: invalidCustomUrl } } as any;

0 commit comments

Comments
 (0)