fix comment on a test assertion

This commit is contained in:
Kiril Videlov 2024-10-16 18:55:06 +02:00
parent 666c167e5e
commit d8f10e1513
No known key found for this signature in database
GPG Key ID: A4C733025427C471

View File

@ -1009,7 +1009,7 @@ fn merge_vbranch_upstream_conflict() -> Result<()> {
);
assert_eq!(branch1.files.len(), 0);
assert_eq!(branch1.commits.len(), 3); // Local commit + Remote commit + Merge commit + Conflicted uncommited changes
assert_eq!(branch1.commits.len(), 3); // Local commits including the merge commit
assert_eq!(branch1.series[0].patches.len(), 3);
assert_eq!(branch1.series[0].upstream_patches.len(), 0);
assert!(!branch1.conflicted);