diff --git a/internal/pkg/conflictless/cli_test.go b/internal/pkg/conflictless/cli_test.go index da5d732..ecee737 100644 --- a/internal/pkg/conflictless/cli_test.go +++ b/internal/pkg/conflictless/cli_test.go @@ -24,12 +24,12 @@ func TestParseCLIFlags(t *testing.T) { originalArgs := os.Args - dir := "directory-for-cli-parse-test" bump := "major" changelog := "changelog-for-cli-parse-test.md" + dir := "directory-for-cli-parse-test" format := "json" - types := "added,changed,removed" name := "foo-bar-baz" + types := "added,changed,removed" for _, testCase := range []parseCliFlagsTestCase{ {