Skip to content

Commit

Permalink
tests: update test due spf13/cobra#1068
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato committed Apr 8, 2020
1 parent d67b669 commit afd9e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/krel/cmd/root_test.go
Expand Up @@ -24,5 +24,5 @@ import (

func TestRootCommand(t *testing.T) {
err := rootCmd.Execute()
require.Error(t, err)
require.NoError(t, err)
}

0 comments on commit afd9e49

Please sign in to comment.