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 fa5c45d commit b46c56bCopy full SHA for b46c56b
.travis.yml
@@ -0,0 +1,3 @@
1
+language: go
2
+go: 1.13
3
+sudo: false
pkg/avancement/service_manager_test.go
@@ -1,7 +1,6 @@
package avancement
import (
4
- "fmt"
5
"testing"
6
7
"github.com/jenkins-x/go-scm/scm"
@@ -19,7 +18,7 @@ var testBody = []byte("this is the body")
19
18
20
func TestPromoteWithSuccess(t *testing.T) {
21
filePath := pathForService("my-service")
22
- client, data := fakescm.NewDefault()
+ client, _ := fakescm.NewDefault()
23
fakeClientFactory := func(s string) *scm.Client {
24
return client
25
}
0 commit comments