[DSC-287] fix test

This commit is contained in:
Giuseppe Digilio
2021-12-14 15:47:30 +01:00
parent 44fc86c9fe
commit d426f5f179

View File

@@ -26,6 +26,8 @@ describe('ServerCheckGuard', () => {
afterEach(() => { afterEach(() => {
router.navigateByUrl.calls.reset(); router.navigateByUrl.calls.reset();
rootDataServiceStub.invalidateRootCache.calls.reset();
rootDataServiceStub.findRoot.calls.reset();
}); });
it('should be created', () => { it('should be created', () => {