Skip to content

Commit

Permalink
Fix up
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Oct 23, 2019
1 parent c09712e commit be0ce36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ describe('ReactSuspenseFuzz', () => {
ReactNoop.renderLegacySyncRoot(null);

resetCache();
const batchedBlockingRoot = ReactNoop.createSyncRoot();
const batchedBlockingRoot = ReactNoop.createBlockingRoot();
batchedBlockingRoot.render(children);
resolveAllTasks();
const batchedSyncOutput = batchedBlockingRoot.getChildrenAsJSX();
Expand Down

0 comments on commit be0ce36

Please sign in to comment.