mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-26 12:21:50 +00:00
Fix assertion in multibuffer history test
Co-Authored-By: Antonio Scandurra <me@as-cii.com> Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
bf9daf1529
commit
4ed96bb5a6
1 changed files with 1 additions and 1 deletions
|
@ -2095,7 +2095,7 @@ mod tests {
|
||||||
assert_eq!(multibuffer.read(cx).text(), "ABC1234\nAB5678\n");
|
assert_eq!(multibuffer.read(cx).text(), "ABC1234\nAB5678\n");
|
||||||
|
|
||||||
multibuffer.undo(cx);
|
multibuffer.undo(cx);
|
||||||
assert_eq!(multibuffer.read(cx).text(), "ABC1234\nAB5678\n");
|
assert_eq!(multibuffer.read(cx).text(), "C1234\n5678\n");
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue