Skip to content

Commit

Permalink
spaces fix
Browse files Browse the repository at this point in the history
  • Loading branch information
James Bellamy committed May 30, 2018
1 parent 2d43a55 commit 79bf952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/DateRangePicker.spec.js
Expand Up @@ -241,7 +241,7 @@ describe('The DateRangePicker component', function () {
});
expect(this.renderedComponent.state.month).toBe(11);
});

// TODO: Should this test exist?
// it('this.state.month set to initialMonth if initialMonth is a higher than maximum integer', function () {
// this.useDocumentRenderer({
Expand Down

0 comments on commit 79bf952

Please sign in to comment.