fix: align map values for proper formatting
This commit is contained in:
parent
e76e45f30f
commit
01e2354b97
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{
|
for name, jsonStr := range map[string]string{
|
||||||
"old format (model)": oldFormat,
|
"old format (model)": oldFormat,
|
||||||
"new format (model_name)": newFormat,
|
"new format (model_name)": newFormat,
|
||||||
} {
|
} {
|
||||||
t.Run(name, func(t *testing.T) {
|
t.Run(name, func(t *testing.T) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue