Skip to content

Commit 5f34156

Browse files
Update src/utils/vcs.rs
Co-authored-by: Daniel Szoke <7881302+szokeasaurusrex@users.noreply.github.com>
1 parent ca149da commit 5f34156

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/utils/vcs.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,6 @@ mod tests {
938938

939939
// Test edge case with trailing dots
940940
assert_eq!(extract_provider_name("github.com."), "github");
941-
assert_eq!(extract_provider_name("gitlab.com.."), "gitlab");
942941

943942
// Test subdomain cases - we want the part before TLD, not the subdomain
944943
assert_eq!(extract_provider_name("api.github.com"), "github");

0 commit comments

Comments
 (0)