Skip to content

Commit

Permalink
Remove double space in test name (#19762)
Browse files Browse the repository at this point in the history
  • Loading branch information
gusaiani committed Sep 9, 2020
1 parent e7b2553 commit 781212a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/__tests__/ReactChildren-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,7 @@ describe('ReactChildren', () => {
);
});

it('does not warn when there are keys on elements in a fragment', () => {
it('does not warn when there are keys on elements in a fragment', () => {
class ComponentReturningArray extends React.Component {
render() {
return [<div key="foo" />, <div key="bar" />];
Expand Down

0 comments on commit 781212a

Please sign in to comment.