Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny0826 committed Dec 8, 2020
1 parent a8f2cf1 commit 4fb6d3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Go
on:
push:
branches:
- "*"
- "master"
pull_request:
branches:
- master
Expand Down
4 changes: 2 additions & 2 deletions cmd/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"reflect"
"testing"

clientcmdapi "k8s.io/client-go/tools/clientcmd/api"
"k8s.io/apimachinery/pkg/util/diff"
clientcmdapi "k8s.io/client-go/tools/clientcmd/api"
)

var (
Expand Down Expand Up @@ -58,7 +58,7 @@ func Test_appendConfig(t *testing.T) {
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
got := appendConfig(tt.args.c1, tt.args.c2)
checkResult(tt.want, got,"", t)
checkResult(tt.want, got, "", t)
})
}
}
Expand Down

0 comments on commit 4fb6d3f

Please sign in to comment.