diff options
author | Blaž Hrastnik | 2022-11-08 12:48:56 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2022-11-08 12:48:56 +0000 |
commit | cd8bbbc0443554125d375ec764d174c68f3ac710 (patch) | |
tree | 9d7b27806e0d064cddbd3ff1691d04ddd831ad53 | |
parent | 7ed9e9cf2567ee5e23cd8694ffccb4b38602c02a (diff) |
fix tests
-rw-r--r-- | helix-core/src/transaction.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-core/src/transaction.rs b/helix-core/src/transaction.rs index daf4a77e..2f9eb090 100644 --- a/helix-core/src/transaction.rs +++ b/helix-core/src/transaction.rs @@ -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() { |