Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
simonguo committed Apr 27, 2018
1 parent 5a5f2d2 commit 8d57de1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/DropdownSpec.js
Expand Up @@ -116,7 +116,6 @@ describe('Dropdown', () => {
});

it('Should not call onToggle callback when set disabled', () => {

const onToggleSpy = sinon.spy();
const instance = ReactTestUtils.renderIntoDocument(
<Dropdown onToggle={onToggleSpy} disabled>
Expand All @@ -126,7 +125,6 @@ describe('Dropdown', () => {
);
ReactTestUtils.Simulate.click(findDOMNode(instance).querySelector('.rs-dropdown-toggle'));
assert.ok(!onToggleSpy.calledOnce);

});

it('Should have a custom style in Menu', () => {
Expand Down

0 comments on commit 8d57de1

Please sign in to comment.