test(diff): fix test failing on Windows CI

This commit is contained in:
Aleksey Kulikov 2022-04-21 15:16:32 +03:00
parent 17383b271a
commit 76b8de1f80

View file

@ -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', () {