Skip to content

Commit

Permalink
remove erroneous fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonwoodhull committed Apr 8, 2021
1 parent 71a0c08 commit fc3a4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/row-chart-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ describe('dc.rowChart', () => {
event.keyCode = 13;

chart.selectAll('rect').each(function (d) {
this.dispatchEvent(event, d);
this.dispatchEvent(event);
expect(clickHandlerSpy).toHaveBeenCalledWith(d);
clickHandlerSpy.calls.reset();
});
Expand Down

0 comments on commit fc3a4a7

Please sign in to comment.