diff options
| -rw-r--r-- | src/utils.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils.rs b/src/utils.rs index f7c31be..d62fe8e 100644 --- a/src/utils.rs +++ b/src/utils.rs @@ -28,5 +28,6 @@ mod tests { #[test] fn get_repo_name_test() { assert_eq!(get_repo_name("https://github.com/Bond-009/git-mirror.git"), "git-mirror"); + assert_eq!(get_repo_name("https://git.zx2c4.com/cgit"), "cgit"); } } |
