Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
howardjohn committed Mar 6, 2024
1 parent b746b30 commit 8a60ad6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions operator/pkg/util/yaml_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
package util

import (
"errors"
"reflect"
"testing"
)
Expand Down Expand Up @@ -158,8 +157,8 @@ foo: bar
desc: "blank",
base: `R#)*J#FN`,
overlay: `FM#)M#F(*#M`,
expect: "",
err: errors.New("invalid json"),
expect: "FM#)M#F(*#M\n",
err: nil,
},
}
for _, tt := range tests {
Expand Down

0 comments on commit 8a60ad6

Please sign in to comment.