Fix assertion in excerpt unit test after fixing edits

This commit is contained in:
Max Brunsfeld 2021-12-06 17:40:32 -08:00
parent 39cc0cac93
commit ad33111a22

View file

@ -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
}]
);
}