Skip to content

Commit

Permalink
fixup! feat: replace kong with cobra/viper
Browse files Browse the repository at this point in the history
Signed-off-by: Brian McGee <[email protected]>
  • Loading branch information
brianmcgee committed Oct 9, 2024
1 parent cb164cf commit e3be542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ func TestSampleConfigFile(t *testing.T) {
as.NoError(err, "failed to unmarshal config from viper")

as.NotNil(cfg)
as.Equal([]string{"*.toml"}, cfg.Global.Excludes)
as.Equal([]string{"*.toml"}, cfg.Global)

// python
python, ok := cfg.FormatterConfigs["python"]
Expand Down

0 comments on commit e3be542

Please sign in to comment.