mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-28 04:47:42 +03:00
fix comment on a test assertion
This commit is contained in:
parent
666c167e5e
commit
d8f10e1513
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user