Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sebmarkbage committed Apr 3, 2024
1 parent bcc746d commit 60a2424
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2157,7 +2157,7 @@ describe('ReactDOMServerPartialHydration', () => {
]);
} else {
await waitForAll([
'The server could not finish this Suspense boundary, likely due to ' +
'onRecoverableError: The server could not finish this Suspense boundary, likely due to ' +
'an error during server rendering.',
]);
}
Expand Down Expand Up @@ -2230,7 +2230,7 @@ describe('ReactDOMServerPartialHydration', () => {
]);
} else {
await waitForAll([
'The server could not finish this Suspense boundary, likely due to ' +
'onRecoverableError: The server could not finish this Suspense boundary, likely due to ' +
'an error during server rendering.',
]);
}
Expand Down Expand Up @@ -2308,7 +2308,7 @@ describe('ReactDOMServerPartialHydration', () => {
]);
} else {
await waitForAll([
'The server could not finish this Suspense boundary, likely due to ' +
'onRecoverableError: The server could not finish this Suspense boundary, likely due to ' +
'an error during server rendering.',
]);
}
Expand Down Expand Up @@ -2632,7 +2632,7 @@ describe('ReactDOMServerPartialHydration', () => {
]);
} else {
await waitForAll([
'The server could not finish this Suspense boundary, likely due to ' +
'onRecoverableError: The server could not finish this Suspense boundary, likely due to ' +
'an error during server rendering.',
]);
}
Expand Down Expand Up @@ -2706,7 +2706,7 @@ describe('ReactDOMServerPartialHydration', () => {
]);
} else {
await waitForAll([
'The server could not finish this Suspense boundary, likely due to ' +
'onRecoverableError: The server could not finish this Suspense boundary, likely due to ' +
'an error during server rendering.',
]);
}
Expand Down

0 comments on commit 60a2424

Please sign in to comment.