We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3488a67 commit 555f64cCopy full SHA for 555f64c
src/google-maps/map-polyline/map-polyline.spec.ts
@@ -87,8 +87,8 @@ describe('MapPolyline', () => {
87
createPolylineConstructorSpy(polylineSpy).and.callThrough();
88
89
const fixture = TestBed.createComponent(TestApp);
90
- const polylineComponent =
91
- fixture.debugElement.query(By.directive(MapPolyline))!.injector.get<MapPolyline>(MapPolyline);
+ const polylineComponent = fixture.debugElement.query(By.directive(
+ MapPolyline))!.injector.get<MapPolyline>(MapPolyline);
92
fixture.detectChanges();
93
94
polylineSpy.getDraggable.and.returnValue(true);
0 commit comments