Skip to content

Commit

Permalink
lint fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
eniosultan committed Oct 24, 2024
1 parent 784073b commit 71a0a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/datapoints-graph/charts/y-axis.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ describe('YAxisService', () => {
const YAxis = service.getYAxis([dp1, dp2, dp3], {
showSplitLines: false,
mergeMatchingDatapoints: true,
showLabelAndUnit: true
showLabelAndUnit: true,
});
// then
expect(YAxis[0].position).toBe('left');
Expand Down

0 comments on commit 71a0a38

Please sign in to comment.