mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-04 12:19:09 -04:00
test: fix tests failing on windows
This commit is contained in:
parent
f9ca667f45
commit
fc1dac6f96
1 changed files with 1 additions and 1 deletions
|
@ -504,7 +504,7 @@ Total 69 (delta 0), reused 1 (delta 0), pack-reused 68
|
|||
);
|
||||
expect(updateRefOutput, {'refs/heads/master': ''});
|
||||
|
||||
originDir.delete(recursive: true);
|
||||
originDir.deleteSync(recursive: true);
|
||||
});
|
||||
|
||||
test('throws when trying to push to invalid url', () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue