We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74be758 commit a263401Copy full SHA for a263401
1 file changed
cmd/src/cmd_test.go
@@ -74,10 +74,10 @@ func TestCommand_Matches(t *testing.T) {
74
75
func TestCommander_Run_ErrorHandling(t *testing.T) {
76
tests := []struct {
77
- name string
78
- handlerError error
79
- expectedExit int
80
- description string
+ name string
+ handlerError error
+ expectedExit int
+ description string
81
}{
82
{
83
name: "usage error",
0 commit comments