Skip to content

Commit

Permalink
fix: formatter_test
Browse files Browse the repository at this point in the history
Signed-off-by: Brian McGee <[email protected]>
  • Loading branch information
brianmcgee committed Oct 21, 2024
1 parent 45ed5e8 commit df4de90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion format/formatter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ func TestInvalidFormatterName(t *testing.T) {
// valid name using all the acceptable characters
cfg.FormatterConfigs = map[string]*config.Formatter{
"echo_command-1234567890": {
Command: "echo",
Command: "echo",
Includes: []string{"*"},
},
}

Expand Down

0 comments on commit df4de90

Please sign in to comment.