Skip to content

Commit

Permalink
Michael feedback #1
Browse files Browse the repository at this point in the history
  • Loading branch information
gfichtenholt committed Sep 22, 2021
1 parent 4c0d677 commit 682df8c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,8 @@ func randSeq(n int) string {
}

// global vars
var letters = []rune("abcdefghijklmnopqrstuvwxyz0123456789")
var typedClient kubernetes.Interface
var dynamicClient dynamic.Interface
var (
dynamicClient dynamic.Interface
typedClient kubernetes.Interface
letters = []rune("abcdefghijklmnopqrstuvwxyz0123456789")
)
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ func TestUpdateInstalledPackage(t *testing.T) {
expectedRelease: flux_helm_release_updated_1,
},
{
name: "returns invalid if installed package doesn't exist",
name: "returns not found if installed package doesn't exist",
request: &corev1.UpdateInstalledPackageRequest{
InstalledPackageRef: &corev1.InstalledPackageReference{
Context: &corev1.Context{
Expand Down

0 comments on commit 682df8c

Please sign in to comment.