fix: typo

This commit is contained in:
Márk Sági-Kazár 2023-09-12 01:17:06 +02:00 committed by GitHub
parent ebcc662f66
commit 79492b67f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2699,6 +2699,7 @@ func TestIsPathShadowedInFlatMap(t *testing.T) {
path2 := []string{"bar", "foo"}
expected2 := ""
// "bar.foo" should not shadowed by "foo"
assert.Equal(t, expected2, v.isPathShadowedInFlatMap(path2, stringMap))
assert.Equal(t, expected2, v.isPathShadowedInFlatMap(path2, flagMap))