Skip to content

Commit 60a2424

Browse files
committed
Fix test
1 parent bcc746d commit 60a2424

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/react-dom/src/__tests__/ReactDOMServerPartialHydration-test.internal.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2157,7 +2157,7 @@ describe('ReactDOMServerPartialHydration', () => {
21572157
]);
21582158
} else {
21592159
await waitForAll([
2160-
'The server could not finish this Suspense boundary, likely due to ' +
2160+
'onRecoverableError: The server could not finish this Suspense boundary, likely due to ' +
21612161
'an error during server rendering.',
21622162
]);
21632163
}
@@ -2230,7 +2230,7 @@ describe('ReactDOMServerPartialHydration', () => {
22302230
]);
22312231
} else {
22322232
await waitForAll([
2233-
'The server could not finish this Suspense boundary, likely due to ' +
2233+
'onRecoverableError: The server could not finish this Suspense boundary, likely due to ' +
22342234
'an error during server rendering.',
22352235
]);
22362236
}
@@ -2308,7 +2308,7 @@ describe('ReactDOMServerPartialHydration', () => {
23082308
]);
23092309
} else {
23102310
await waitForAll([
2311-
'The server could not finish this Suspense boundary, likely due to ' +
2311+
'onRecoverableError: The server could not finish this Suspense boundary, likely due to ' +
23122312
'an error during server rendering.',
23132313
]);
23142314
}
@@ -2632,7 +2632,7 @@ describe('ReactDOMServerPartialHydration', () => {
26322632
]);
26332633
} else {
26342634
await waitForAll([
2635-
'The server could not finish this Suspense boundary, likely due to ' +
2635+
'onRecoverableError: The server could not finish this Suspense boundary, likely due to ' +
26362636
'an error during server rendering.',
26372637
]);
26382638
}
@@ -2706,7 +2706,7 @@ describe('ReactDOMServerPartialHydration', () => {
27062706
]);
27072707
} else {
27082708
await waitForAll([
2709-
'The server could not finish this Suspense boundary, likely due to ' +
2709+
'onRecoverableError: The server could not finish this Suspense boundary, likely due to ' +
27102710
'an error during server rendering.',
27112711
]);
27122712
}

0 commit comments

Comments
 (0)