summaryrefslogtreecommitdiffstats
path: root/src/git/reference.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/git/reference.rs')
-rw-r--r--src/git/reference.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/git/reference.rs b/src/git/reference.rs
index ac1789b..dd44cbb 100644
--- a/src/git/reference.rs
+++ b/src/git/reference.rs
@@ -59,7 +59,7 @@ impl Reference {
#[cfg(test)]
mod tests {
use super::*;
- use crate::git::testutil::with_temp_repository;
+ use crate::test_helpers::with_temp_repository;
#[test]
fn test() {