Skip to content

Commit 4f5f3a0

Browse files
committed
Fixing tests
1 parent e0ceb8c commit 4f5f3a0

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)