Skip to content

Commit

Permalink
Fix rebased test
Browse files Browse the repository at this point in the history
  • Loading branch information
sebmarkbage committed Mar 26, 2024
1 parent bd39393 commit 21f7e9d
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ describe('ReactDOMServerPartialHydration', () => {
[
'Warning: Expected server HTML to contain a matching <%s> in <%s>.%s',
'article',
'section',
'Suspense',
'\n' +
' in article (at **)\n' +
' in Component (at **)\n' +
Expand Down Expand Up @@ -905,7 +905,7 @@ describe('ReactDOMServerPartialHydration', () => {
[
'Warning: Expected server HTML to contain a matching <%s> in <%s>.%s',
'article',
'section',
'Suspense',
'\n' +
' in article (at **)\n' +
' in Component (at **)\n' +
Expand Down Expand Up @@ -1011,7 +1011,7 @@ describe('ReactDOMServerPartialHydration', () => {
[
'Warning: Expected server HTML to contain a matching <%s> in <%s>.%s',
'article',
'section',
'Suspense',
'\n' +
' in article (at **)\n' +
' in Component (at **)\n' +
Expand Down Expand Up @@ -1121,7 +1121,7 @@ describe('ReactDOMServerPartialHydration', () => {
[
'Warning: Expected server HTML to contain a matching <%s> in <%s>.%s',
'article',
'section',
'Suspense',
'\n' +
' in article (at **)\n' +
' in Component (at **)\n' +
Expand Down

0 comments on commit 21f7e9d

Please sign in to comment.