mirror of https://github.com/helix-editor/helix
fix tests
parent
7ed9e9cf25
commit
cd8bbbc044
|
@ -577,7 +577,7 @@ impl<'a> Iterator for ChangeIterator<'a> {
|
|||
#[cfg(test)]
|
||||
mod test {
|
||||
use super::*;
|
||||
use crate::State;
|
||||
use crate::history::State;
|
||||
|
||||
#[test]
|
||||
fn composition() {
|
||||
|
|
Loading…
Reference in New Issue