Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
tbruyelle committed Apr 20, 2023
1 parent 4a1d745 commit 8aa9768
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tm2/pkg/commands/ffcli/command_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ import (
)

func TestCommandRun(t *testing.T) {
t.Parallel()

for _, testcase := range []struct {
name string
args []string
Expand Down Expand Up @@ -148,8 +146,6 @@ func TestCommandRun(t *testing.T) {
}

func TestHelpUsage(t *testing.T) {
t.Parallel()

for _, testcase := range []struct {
name string
usageFunc func(*ffcli.Command) string
Expand Down Expand Up @@ -204,8 +200,6 @@ func TestHelpUsage(t *testing.T) {
}

func TestNestedOutput(t *testing.T) {
t.Parallel()

for _, testcase := range []struct {
name string
args []string
Expand Down Expand Up @@ -323,8 +317,6 @@ func TestNestedOutput(t *testing.T) {
}

func TestIssue57(t *testing.T) {
t.Parallel()

for _, testcase := range []struct {
args []string
parseErrAs any
Expand Down

0 comments on commit 8aa9768

Please sign in to comment.