We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3481659 commit 1831b87Copy full SHA for 1831b87
patch/patch_makers.go
@@ -1,4 +1,4 @@
1
-// Copyright © 2019 Banzai Cloud
+// Copyright © 2022 Banzai Cloud
2
//
3
// Licensed under the Apache License, Version 2.0 (the "License");
4
// you may not use this file except in compliance with the License.
patch/patch_test.go
@@ -92,7 +92,7 @@ func Test_unstructuredJsonMergePatch(t *testing.T) {
92
}
93
for _, tt := range tests {
94
t.Run(tt.name, func(t *testing.T) {
95
- got, err := DefaultPatchMaker.unstructuredJsonMergePatch(
+ got, err := DefaultPatchMaker.(*PatchMaker).unstructuredJsonMergePatch(
96
mustFromUnstructured(tt.args.original),
97
mustFromUnstructured(tt.args.modified),
98
mustFromUnstructured(tt.args.current))
0 commit comments