mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 18:10:59 +00:00
Fix Issue 3489.
This commit is contained in:
@@ -1196,10 +1196,10 @@ func TestSameEndingSubarray(t *testing.T) {
|
||||
b: []string{},
|
||||
expected: true,
|
||||
},
|
||||
"no1 - TODO(3489) this should be false": {
|
||||
"no1": {
|
||||
a: []string{"a"},
|
||||
b: []string{},
|
||||
expected: true,
|
||||
expected: false,
|
||||
},
|
||||
"no2": {
|
||||
a: []string{"b", "a"},
|
||||
|
||||
Reference in New Issue
Block a user