Skip to content

Commit 7016d44

Browse files
authored
lowercase test
1 parent 6447f1f commit 7016d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-dom/src/__tests__/ReactDOMFizzServer-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4146,7 +4146,7 @@ describe('ReactDOMFizzServer', () => {
41464146
);
41474147
});
41484148

4149-
it('Hydration warnings for mismatched text with multiple text nodes caused by suspending should be suppressed', async () => {
4149+
it('hydration warnings for mismatched text with multiple text nodes caused by suspending should be suppressed', async () => {
41504150
let resolve;
41514151
const Lazy = React.lazy(() => {
41524152
return new Promise(r => {

0 commit comments

Comments
 (0)