remove mode after which is unused

This commit is contained in:
K Simmons 2022-10-24 18:31:26 -07:00
parent 21ad375b42
commit 64e9b9f893

View file

@ -38,11 +38,6 @@ impl<'a, const COUNT: usize> VimBindingTestContext<'a, COUNT> {
}
}
pub fn mode_after(mut self, mode_after: Mode) -> Self {
self.mode_after = mode_after;
self
}
pub fn assert(&mut self, initial_state: &str, state_after: &str) {
self.cx.assert_binding(
self.keystrokes_under_test,