summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/snapshot_tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/snapshot_tests.rs b/tests/snapshot_tests.rs
index d357705d..ad41edb2 100644
--- a/tests/snapshot_tests.rs
+++ b/tests/snapshot_tests.rs
@@ -1,6 +1,6 @@
mod tester;
-use tester::BatTester;
+use crate::tester::BatTester;
macro_rules! snapshot_tests {
($($test_name: ident: $style: expr,)*) => {