We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e951481 commit 93ef799Copy full SHA for 93ef799
services/convert/utils_test.go
@@ -38,8 +38,6 @@ func TestToGitServiceType(t *testing.T) {
38
typ: "codebase", enum: 8,
39
}, {
40
typ: "codecommit", enum: 9,
41
- }, {
42
- typ: "azuredevops", enum: 10,
43
}}
44
for _, test := range tc {
45
assert.EqualValues(t, test.enum, ToGitServiceType(test.typ))
0 commit comments