mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-04 20:29:08 -04:00
test: fix tests failing in ci
This commit is contained in:
parent
7f0cd86e72
commit
0e329bd2b1
22 changed files with 291 additions and 257 deletions
|
@ -99,7 +99,6 @@ void main() {
|
|||
expect(entry.name, expectedEntries[i]);
|
||||
expect(entry.includeDepth, 0);
|
||||
expect(entry.level, GitConfigLevel.local);
|
||||
entry.free();
|
||||
i++;
|
||||
}
|
||||
});
|
||||
|
@ -223,7 +222,6 @@ void main() {
|
|||
test('returns string representation of ConfigEntry object', () {
|
||||
final entry = config.first;
|
||||
expect(entry.toString(), contains('ConfigEntry{'));
|
||||
entry.free();
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue