summaryrefslogtreecommitdiffstats
path: root/src/util.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.rs')
-rw-r--r--src/util.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.rs b/src/util.rs
index 2c23f99..81eac5d 100644
--- a/src/util.rs
+++ b/src/util.rs
@@ -56,7 +56,7 @@ mod tests {
use rstest::rstest;
use super::*;
- use crate::view::testutil::with_view_state;
+ use crate::test_helpers::with_view_state;
#[rstest]
#[case::scroll_left(StandardEvent::ScrollLeft, "ScrollLeft")]