remove mode after which is unused
This commit is contained in:
parent
21ad375b42
commit
64e9b9f893
1 changed files with 0 additions and 5 deletions
|
@ -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) {
|
pub fn assert(&mut self, initial_state: &str, state_after: &str) {
|
||||||
self.cx.assert_binding(
|
self.cx.assert_binding(
|
||||||
self.keystrokes_under_test,
|
self.keystrokes_under_test,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue