Skip to content

Commit

Permalink
test: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MrYuion committed Feb 27, 2020
1 parent 6ded59a commit 06a4d41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { NoopAnimationsModule } from '@angular/platform-browser/animations';

import { MapPinComponent } from './map-pin.component';
import { MAP_OVERLAY_DATA } from '../../map-overlay-outlet/map-overlay-outlet.component';
import { MAP_OVERLAY_DATA } from '../../../helpers/map.interfaces';

describe('MapPinComponent', () => {
let component: MapPinComponent;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ import { NoopAnimationsModule } from '@angular/platform-browser/animations';

import { MapRadiusComponent } from './map-radius.component';
import { BehaviorSubject } from 'rxjs';
import { MapState } from '../../../helpers/map.interfaces';
import { MAP_STATE, MAP_OVERLAY_DATA } from '../../map-overlay-outlet/map-overlay-outlet.component';
import { MapState, MAP_STATE, MAP_OVERLAY_DATA } from '../../../helpers/map.interfaces';

describe('MapRadiusComponent', () => {
let component: MapRadiusComponent;
Expand Down

0 comments on commit 06a4d41

Please sign in to comment.