diff --git a/pkg/app/app_sync_test.go b/pkg/app/app_sync_test.go index 9573d42b..944ac34f 100644 --- a/pkg/app/app_sync_test.go +++ b/pkg/app/app_sync_test.go @@ -107,7 +107,7 @@ func TestSyncInteractive(t *testing.T) { } } - if tc.wantDiffs > 0 && len(helm.Diffed) != tc.wantDiffs { + if len(helm.Diffed) != tc.wantDiffs { t.Fatalf("unexpected number of diffs: got %d, want %d", len(helm.Diffed), tc.wantDiffs) }