Skip to content

Commit 781212a

Browse files
authored
Remove double space in test name (#19762)
1 parent e7b2553 commit 781212a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/__tests__/ReactChildren-test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,7 @@ describe('ReactChildren', () => {
979979
);
980980
});
981981

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

0 commit comments

Comments
 (0)