Fix broken merge (#25776)
Closes #ISSUE Release Notes: - N/A *or* Added/Fixed/Improved ...
This commit is contained in:
parent
7ec3702b47
commit
482a45feac
1 changed files with 2 additions and 2 deletions
|
@ -1076,7 +1076,7 @@ mod tests {
|
||||||
cx.run_until_parked();
|
cx.run_until_parked();
|
||||||
|
|
||||||
let editor = cx.update_window_entity(&diff, |diff, window, cx| {
|
let editor = cx.update_window_entity(&diff, |diff, window, cx| {
|
||||||
diff.scroll_to_path(
|
diff.move_to_path(
|
||||||
PathKey::namespaced(TRACKED_NAMESPACE, Path::new("foo").into()),
|
PathKey::namespaced(TRACKED_NAMESPACE, Path::new("foo").into()),
|
||||||
window,
|
window,
|
||||||
cx,
|
cx,
|
||||||
|
@ -1097,7 +1097,7 @@ mod tests {
|
||||||
);
|
);
|
||||||
|
|
||||||
let editor = cx.update_window_entity(&diff, |diff, window, cx| {
|
let editor = cx.update_window_entity(&diff, |diff, window, cx| {
|
||||||
diff.scroll_to_path(
|
diff.move_to_path(
|
||||||
PathKey::namespaced(TRACKED_NAMESPACE, Path::new("bar").into()),
|
PathKey::namespaced(TRACKED_NAMESPACE, Path::new("bar").into()),
|
||||||
window,
|
window,
|
||||||
cx,
|
cx,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue