mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-04 20:29:08 -04:00
test: improve coverage
This commit is contained in:
parent
d75acbfdd3
commit
d6eae1e9ed
71 changed files with 710 additions and 229 deletions
|
@ -40,6 +40,7 @@ void main() {
|
|||
expect(worktree.name, worktreeName);
|
||||
expect(worktree.path, worktreeDir.path);
|
||||
expect(worktree.isLocked, false);
|
||||
expect(worktree.toString(), contains('Worktree{'));
|
||||
expect(File('${worktreeDir.path}/.git').existsSync(), true);
|
||||
|
||||
for (final branch in branches) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue