Skip to content

Commit df4de90

Browse files
committed
fix: formatter_test
Signed-off-by: Brian McGee <[email protected]>
1 parent 45ed5e8 commit df4de90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

format/formatter_test.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ func TestInvalidFormatterName(t *testing.T) {
3030
// valid name using all the acceptable characters
3131
cfg.FormatterConfigs = map[string]*config.Formatter{
3232
"echo_command-1234567890": {
33-
Command: "echo",
33+
Command: "echo",
34+
Includes: []string{"*"},
3435
},
3536
}
3637

0 commit comments

Comments
 (0)