Skip to content

Commit 93ef799

Browse files
committed
fix
1 parent e951481 commit 93ef799

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

services/convert/utils_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ func TestToGitServiceType(t *testing.T) {
3838
typ: "codebase", enum: 8,
3939
}, {
4040
typ: "codecommit", enum: 9,
41-
}, {
42-
typ: "azuredevops", enum: 10,
4341
}}
4442
for _, test := range tc {
4543
assert.EqualValues(t, test.enum, ToGitServiceType(test.typ))

0 commit comments

Comments
 (0)