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.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/git/repository.rs b/src/git/repository.rs
index a8adab4..d415d82 100644
--- a/src/git/repository.rs
+++ b/src/git/repository.rs
@@ -188,9 +188,8 @@ impl Debug for Repository {
mod tests {
use std::env::set_var;
- use claims::assert_ok;
+ use claims::{assert_err_eq, assert_ok};
use git2::{ErrorClass, ErrorCode};
- use testutils::assert_err_eq;
use super::*;
use crate::test_helpers::{create_commit, set_git_directory, with_temp_bare_repository, with_temp_repository};