Skip to content

Commit

Permalink
Minor change on test
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula committed Jan 18, 2021
1 parent b79af34 commit f719fb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ describe('renderAllSeries', function () {
]);
});

it('defaults the CurveType to linear if', () => {
it('defaults the CurveType to linear', () => {
const renderSeries = getAllSeries(getVisConfig(), defaultSeriesParams, defaultData);
const wrapper = shallow(<div>{renderSeries}</div>);
expect(wrapper.find(AreaSeries).prop('curve')).toEqual(CurveType.LINEAR);
Expand Down

0 comments on commit f719fb1

Please sign in to comment.