Skip to content

Commit f80d9c4

Browse files
authored
Merge pull request #5370 from phooijenga/patch-1
merge2: fix duplicate test case
2 parents 2f99707 + 46e2d72 commit f80d9c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kyaml/yaml/merge2/scalar_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ kind: Deployment
110110
{description: `remove scalar -- empty in src`,
111111
source: `
112112
kind: Deployment
113-
field: null
113+
field:
114114
`,
115115
dest: `
116116
kind: Deployment

0 commit comments

Comments
 (0)