diff options
-rw-r--r-- | src/app/vnfs/GCAuthGuard/gcauth.guard.spec.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/vnfs/GCAuthGuard/gcauth.guard.spec.ts b/src/app/vnfs/GCAuthGuard/gcauth.guard.spec.ts index 11b3902..dc1d253 100644 --- a/src/app/vnfs/GCAuthGuard/gcauth.guard.spec.ts +++ b/src/app/vnfs/GCAuthGuard/gcauth.guard.spec.ts @@ -32,7 +32,7 @@ import { GCAuthGuardService } from './gcauth-guard.service'; import {MappingEditorService} from '../../shared/services/mapping-editor.service'; import { promise } from 'protractor'; -fdescribe('LogginGuard', () => { +describe('LogginGuard', () => { let routerMock = { navigate: jasmine.createSpy('navigate') }; |