mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-23 16:58:31 +02:00
style: coed cleanup and fix styling
This commit is contained in:
@@ -46,5 +46,5 @@ oauth2_config:
|
||||
opt := make(map[string]any)
|
||||
require.NoError(t, yaml.Unmarshal([]byte(testYaml), &opt))
|
||||
require.NoError(t, utils.MapUnmarshalValidate(opt, cfg))
|
||||
require.Equal(t, cfg, cfgExpected)
|
||||
require.Equal(t, cfgExpected, cfg)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user