summaryrefslogtreecommitdiffstats
path: root/src/git/repository.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/git/repository.rs')
-rw-r--r--src/git/repository.rs5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/git/repository.rs b/src/git/repository.rs
index 545390d..3239d74 100644
--- a/src/git/repository.rs
+++ b/src/git/repository.rs
@@ -193,7 +193,10 @@ mod tests {
use testutils::assert_err_eq;
use super::*;
- use crate::git::testutil::{create_commit, with_temp_bare_repository, with_temp_repository};
+ use crate::{
+ git::testutil::{with_temp_bare_repository, with_temp_repository},
+ test_helpers::create_commit,
+ };
#[test]
#[serial_test::serial]