71712: Test fixes

This commit is contained in:
Marie Verdonck
2020-07-07 17:09:15 +02:00
parent 311d93efad
commit 8f28e989a1

View File

@@ -28,7 +28,7 @@ describe('AdminSidebarComponent', () => {
authorizationService = jasmine.createSpyObj('authorizationService', {
isAuthorized: observableOf(true)
});
scriptService = jasmine.createSpyObj('scriptService', { scripWithNameExistsAndCanExecute: observableOf(true) });
scriptService = jasmine.createSpyObj('scriptService', { scriptWithNameExistsAndCanExecute: observableOf(true) });
TestBed.configureTestingModule({
imports: [TranslateModule.forRoot(), NoopAnimationsModule, RouterTestingModule],
declarations: [AdminSidebarComponent],