Skip to content

Commit 7b71ebe

Browse files
committed
fix assertion
1 parent 29c5e8c commit 7b71ebe

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
@@ -4525,7 +4525,7 @@ describe('ReactDOMFizzServer', () => {
45254525
expect(Scheduler).toFlushWithoutYielding();
45264526
}).toErrorDev(
45274527
[
4528-
'Warning: A matching Hydratable Resource was not found in the DOM for <link rel="stylesheet" href="foo" >',
4528+
'Warning: A matching Hydratable Resource was not found in the DOM for <link rel="stylesheet" href="foo">',
45294529
'Warning: An error occurred during hydration. The server HTML was replaced with client content in <#document>.',
45304530
],
45314531
{withoutStack: 1},

0 commit comments

Comments
 (0)