55558: Test error fix

This commit is contained in:
Kristof De Langhe
2018-09-18 10:31:41 +02:00
parent 20520ea0e2
commit 81d89401ad

View File

@@ -2,8 +2,7 @@ import { RouteService } from './route.service';
import { async, TestBed } from '@angular/core/testing';
import { ActivatedRoute, convertToParamMap, Params, Router } from '@angular/router';
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', () => {
let service: RouteService;