Skip to content

Commit 1710e6c

Browse files
authored
Fix CI (#9854)
1 parent 195aa65 commit 1710e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderers/__tests__/ReactHostOperationHistoryHook-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ describeStack('ReactHostOperationHistoryHook', () => {
162162
{
163163
instanceID: inst._debugID,
164164
type: 'mount',
165-
payload: '<div style="color:red;background-color:yellow;" ' +
165+
payload: '<div style="color:red;background-color:yellow" ' +
166166
'data-reactroot="" data-reactid="1"></div>',
167167
},
168168
]);

0 commit comments

Comments
 (0)