mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
Activate lint for unused code.
This commit is contained in:
@@ -157,7 +157,7 @@ func TestUpdateResourceOptions(t *testing.T) {
|
||||
if !a.Equals(b) {
|
||||
t.Errorf("expected %v got %v", a, b)
|
||||
}
|
||||
if a.NeedHashSuffix() != b.NeedHashSuffix() {
|
||||
if a.ShouldAddHashSuffixToName() != b.ShouldAddHashSuffixToName() {
|
||||
t.Errorf("")
|
||||
}
|
||||
if a.Behavior() != b.Behavior() {
|
||||
|
||||
Reference in New Issue
Block a user