Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
940a364fdc
commit
72b91af2be
|
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue