Skip to content

Commit

Permalink
Sort variables alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
ypjama committed Oct 6, 2024
1 parent 8552300 commit bd45709
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/pkg/conflictless/cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
{
Expand Down

0 comments on commit bd45709

Please sign in to comment.