diff --git a/mapstr/mapstr_test.go b/mapstr/mapstr_test.go index 65af644..f0020ca 100644 --- a/mapstr/mapstr_test.go +++ b/mapstr/mapstr_test.go @@ -1275,7 +1275,7 @@ func TestAlterPath(t *testing.T) { }, }, exp: M{ - "level1_field1": M{ + "level1_field1": M{ //first level is unchanged - already in lowercase "key": "value1", }, },