mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 05:23:06 +00:00
55558: Test error fix
This commit is contained in:
@@ -2,8 +2,7 @@ import { RouteService } from './route.service';
|
|||||||
import { async, TestBed } from '@angular/core/testing';
|
import { async, TestBed } from '@angular/core/testing';
|
||||||
import { ActivatedRoute, convertToParamMap, Params, Router } from '@angular/router';
|
import { ActivatedRoute, convertToParamMap, Params, Router } from '@angular/router';
|
||||||
import { Observable } from 'rxjs/Observable';
|
import { Observable } from 'rxjs/Observable';
|
||||||
import { MockRouter } from './mocks/mock-router';
|
import { RouterStub } from '../testing/router-stub';
|
||||||
import { RouterStub } from './testing/router-stub';
|
|
||||||
|
|
||||||
describe('RouteService', () => {
|
describe('RouteService', () => {
|
||||||
let service: RouteService;
|
let service: RouteService;
|
||||||
|
Reference in New Issue
Block a user