Skip to content

Commit ffba3d8

Browse files
committed
Update sync lane labels
1 parent b12fb33 commit ffba3d8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/react-reconciler/src/__tests__/SchedulingProfilerLabels-test.internal.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,7 @@ describe('SchedulingProfiler labels', () => {
140140
targetRef.current.click();
141141
});
142142
expect(clearedMarks).toContain(
143-
`--schedule-state-update-${formatLanes(
144-
ReactFiberLane.InputDiscreteLane,
145-
)}-App`,
143+
`--schedule-state-update-${formatLanes(ReactFiberLane.SyncLane)}-App`,
146144
);
147145
});
148146

0 commit comments

Comments
 (0)