Skip to content

Commit 70f8eba

Browse files
authored
Merge pull request #47 from plotly/frames
Fixing tests
2 parents bfa3628 + 4f5f3a0 commit 70f8eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/shared/plotly.service.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ describe('PlotlyService', () => {
3232
expect(service).toBeTruthy();
3333
}));
3434

35-
fit('should return the plotly object', inject([PlotlyService], (service: PlotlyService) => {
35+
it('should return the plotly object', inject([PlotlyService], (service: PlotlyService) => {
3636
expect(service.getPlotly()).toBe(PlotlyJS);
3737
}));
3838

0 commit comments

Comments
 (0)