Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-term/tests/integration.rs')
-rw-r--r--helix-term/tests/integration.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/tests/integration.rs b/helix-term/tests/integration.rs
index 5e418ceb..469242e4 100644
--- a/helix-term/tests/integration.rs
+++ b/helix-term/tests/integration.rs
@@ -2,7 +2,7 @@
mod test {
mod helpers;
- use helix_core::{syntax::AutoPairConfig, Selection};
+ use helix_core::{syntax::config::AutoPairConfig, Selection};
use helix_term::config::Config;
use indoc::indoc;