Activate lint typecheck

This commit is contained in:
Jeffrey Regan
2019-11-18 06:53:38 -08:00
parent 562aaadf2c
commit 362454413a
5 changed files with 7 additions and 7 deletions

View File

@@ -157,7 +157,7 @@ func TestUpdateResourceOptions(t *testing.T) {
if !a.Equals(b) {
t.Errorf("expected %v got %v", a, b)
}
if a.ShouldAddHashSuffixToName() != b.ShouldAddHashSuffixToName() {
if a.NeedHashSuffix() != b.NeedHashSuffix() {
t.Errorf("")
}
if a.Behavior() != b.Behavior() {