mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-04 20:29:08 -04:00
test: improve coverage (#44)
This commit is contained in:
parent
bad5e20581
commit
7b57c41253
17 changed files with 171 additions and 40 deletions
|
@ -341,6 +341,7 @@ void main() {
|
|||
test('adds conflict entry', () {
|
||||
expect(index.conflicts, isEmpty);
|
||||
index.addConflict(
|
||||
ancestorEntry: index['file'],
|
||||
ourEntry: index['file'],
|
||||
theirEntry: index['feature_file'],
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue