Skip to content

Commit 652b87e

Browse files
committed
remove TestGetGlobalEmailFromGit func
1 parent b1fa9aa commit 652b87e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

utils_test.go

-7
Original file line numberDiff line numberDiff line change
@@ -129,13 +129,6 @@ func TestDaysAgo(t *testing.T) {
129129
}
130130
}
131131

132-
func TestGetGlobalEmailFromGit(t *testing.T) {
133-
email := getGlobalEmailFromGit()
134-
if email == "" {
135-
t.Errorf("Expected email, got empty string")
136-
}
137-
}
138-
139132
func TestGetMaxValue(t *testing.T) {
140133
type args struct {
141134
m map[int]int

0 commit comments

Comments
 (0)