mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 05:15:00 +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!(
|
||||
subscription.consume().into_inner(),
|
||||
[Edit {
|
||||
old: 18..20,
|
||||
new: 18..19
|
||||
old: 8..10,
|
||||
new: 8..9
|
||||
}]
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue