mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 04:39:07 -04:00
test: improve coverage
This commit is contained in:
parent
d75acbfdd3
commit
d6eae1e9ed
71 changed files with 710 additions and 229 deletions
|
@ -67,9 +67,7 @@ class Index with IterableMixin<IndexEntry> {
|
|||
? their = null
|
||||
: their = IndexEntry(entry['their']!);
|
||||
|
||||
if (ancestor != null) {
|
||||
path = ancestor.path;
|
||||
} else if (our != null) {
|
||||
if (our != null) {
|
||||
path = our.path;
|
||||
} else {
|
||||
path = their!.path;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue