mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 13:24:19 +00:00
Fix assertion in excerpt unit test after fixing edits
This commit is contained in:
parent
39cc0cac93
commit
ad33111a22
1 changed files with 2 additions and 2 deletions
|
@ -615,8 +615,8 @@ mod tests {
|
||||||
assert_eq!(
|
assert_eq!(
|
||||||
subscription.consume().into_inner(),
|
subscription.consume().into_inner(),
|
||||||
[Edit {
|
[Edit {
|
||||||
old: 18..20,
|
old: 8..10,
|
||||||
new: 18..19
|
new: 8..9
|
||||||
}]
|
}]
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue