mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-04 20:29:08 -04:00
test(diff): fix test failing on Windows CI
This commit is contained in:
parent
17383b271a
commit
76b8de1f80
1 changed files with 3 additions and 1 deletions
|
@ -128,7 +128,9 @@ index e69de29..c217c63 100644
|
|||
|
||||
tearDown(() {
|
||||
repo.free();
|
||||
tmpDir.deleteSync(recursive: true);
|
||||
if (Platform.isLinux || Platform.isMacOS) {
|
||||
tmpDir.deleteSync(recursive: true);
|
||||
}
|
||||
});
|
||||
|
||||
group('Diff', () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue