From cd8bbbc0443554125d375ec764d174c68f3ac710 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Tue, 8 Nov 2022 21:48:56 +0900 Subject: fix tests --- helix-core/src/transaction.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-core/src') 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() { -- cgit v1.2.3-70-g09d2