Skip to content

Commit 83a5af4

Browse files
sebmarkbagegnoff
andauthored
Update packages/react-dom/src/__tests__/ReactDOMFizzServer-test.js
Nit Co-authored-by: Josh Story <[email protected]>
1 parent 8562316 commit 83a5af4

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
@@ -7068,7 +7068,7 @@ describe('ReactDOMFizzServer', () => {
70687068
// Still blocked
70697069
expect(getVisibleChildren(container)).toEqual(<div>Loading...</div>);
70707070

7071-
// Resolve the first promise, this unblocks the inner boundary
7071+
// Resolve the second promise, this unblocks the outer boundary
70727072
await act(() => {
70737073
resolveB('World');
70747074
});

0 commit comments

Comments
 (0)