Skip to content

Commit

Permalink
this test is pointless IMO
Browse files Browse the repository at this point in the history
  • Loading branch information
jrwren committed Mar 3, 2022
1 parent 880b75b commit 133b516
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -758,6 +758,14 @@ func TestCLI_ParseFlags(t *testing.T) {
},
false,
},
{
"parse-only",
[]string{"-parse-only"},
&config.Config{
ParseOnly: true,
},
false,
},
}

for i, tc := range cases {
Expand Down

0 comments on commit 133b516

Please sign in to comment.