Skip to content

Commit

Permalink
Update mapstr/mapstr_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Denis <denis@rdner.de>
  • Loading branch information
khushijain21 and rdner authored Nov 4, 2024
1 parent 9e9ebbb commit ae9efea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapstr/mapstr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1265,7 +1265,7 @@ func TestAlterPath(t *testing.T) {
},
},
{
name: "alters keys on second level with case-insensitive matching",
name: "does not return an error if alterFunc returns the key unchanged",
from: "level1_field1.key",
mode: CaseInsensitiveMode,
alterFunc: lower,
Expand Down

0 comments on commit ae9efea

Please sign in to comment.