Skip to content

Commit 0c5c1e4

Browse files
committed
Geospatial maps: Swap out async() in tests
1 parent 6f6016a commit 0c5c1e4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/app/browse-by/browse-by-geospatial-data/browse-by-geospatial-data.component.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { NO_ERRORS_SCHEMA } from '@angular/core';
22
import {
3-
async,
43
ComponentFixture,
54
TestBed,
65
waitForAsync,
@@ -81,7 +80,7 @@ describe('BrowseByGeospatialDataComponent', () => {
8180
let component: BrowseByGeospatialDataComponent;
8281
let fixture: ComponentFixture<BrowseByGeospatialDataComponent>;
8382

84-
beforeEach(async(() => {
83+
beforeEach(waitForAsync(() => {
8584
TestBed.configureTestingModule({
8685
imports: [ TranslateModule.forRoot(), StoreModule.forRoot(), BrowseByGeospatialDataComponent],
8786
providers: [

0 commit comments

Comments
 (0)