Skip to content

Commit 46e2d72

Browse files
authored
merge2: fix duplicate test case
1 parent 779f153 commit 46e2d72

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)