test: improve coverage

This commit is contained in:
Aleksey Kulikov 2022-01-26 15:41:28 +03:00
parent bad5e20581
commit 4ac0c10237
17 changed files with 171 additions and 40 deletions

View file

@ -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'],
);