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