fix: align map values for proper formatting
This commit is contained in:
parent
d0bd71dd09
commit
c731278807
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ func TestFullConfig_JSON_BackwardCompat(t *testing.T) {
|
|||
}`
|
||||
|
||||
for name, jsonStr := range map[string]string{
|
||||
"old format (model)": oldFormat,
|
||||
"old format (model)": oldFormat,
|
||||
"new format (model_name)": newFormat,
|
||||
} {
|
||||
t.Run(name, func(t *testing.T) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue