aboutsummaryrefslogtreecommitdiff
path: root/helix-core
diff options
context:
space:
mode:
authorBlaž Hrastnik2022-11-08 12:48:56 +0000
committerBlaž Hrastnik2022-11-08 12:48:56 +0000
commitcd8bbbc0443554125d375ec764d174c68f3ac710 (patch)
tree9d7b27806e0d064cddbd3ff1691d04ddd831ad53 /helix-core
parent7ed9e9cf2567ee5e23cd8694ffccb4b38602c02a (diff)
fix tests
Diffstat (limited to 'helix-core')
-rw-r--r--helix-core/src/transaction.rs2
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() {