Rename test

This commit is contained in:
tidwall 2019-11-01 05:15:43 -07:00
parent 1c258afe09
commit 1471a933ec
1 changed files with 1 additions and 1 deletions

View File

@ -1991,7 +1991,7 @@ func TestSingleModifier(t *testing.T) {
assert(t, Get(data, "\\@key").String() == "value")
}
func TestModifierInSubSelector(t *testing.T) {
func TestModifiersInMultipaths(t *testing.T) {
AddModifier("case", func(json, arg string) string {
if arg == "upper" {
return strings.ToUpper(json)