Skip to content

Commit

Permalink
fix typo for #735
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonwoodhull committed Apr 3, 2015
1 parent 45f5891 commit 0c5329a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/line-chart-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ describe('dc.lineChart', function() {
chart.brushOn(false).xyTipsOn(false).render();
});
it('should not generate per data points', function () {
expect(chart.selectAll('circle.dot').size())toBe(0);
expect(chart.selectAll('circle.dot').size()).toBe(0);
});
it('should not generate x and y refs', function () {
expect(chart.selectAll('path.xRef').size()).toBe(0);
Expand Down

0 comments on commit 0c5329a

Please sign in to comment.