Skip to content

Commit

Permalink
[test] Wording consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jun 6, 2020
1 parent aa366d3 commit 10c17ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/Popper/Popper.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ describe('<Popper />', () => {
</Popper>
</ThemeProvider>,
);
expect(renderSpy.callCount).to.equal(2); // 2 for strict mode
expect(renderSpy.callCount).to.equal(2); // strict mode renders twice
expect(renderSpy.args[0][0]).to.equal('top');
});

Expand Down

0 comments on commit 10c17ab

Please sign in to comment.