Fix a func name in pkg/cli/values/options_test.go

Signed-off-by: Hu Shuai <hus.fnst@cn.fujitsu.com>
pull/9177/head
Hu Shuai 5 years ago
parent 960b3b53c6
commit 6ab5fb0bda

@ -21,7 +21,7 @@ import (
"testing" "testing"
) )
func TestMergeValues(t *testing.T) { func TestMergeMaps(t *testing.T) {
nestedMap := map[string]interface{}{ nestedMap := map[string]interface{}{
"foo": "bar", "foo": "bar",
"baz": map[string]string{ "baz": map[string]string{

Loading…
Cancel
Save