mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-04 20:29:08 -04:00
test: fix tests failing on windows
This commit is contained in:
parent
59cf7174f6
commit
d86617d58b
3 changed files with 15 additions and 12 deletions
|
@ -122,7 +122,7 @@ void main() {
|
|||
|
||||
expect(clonedRepo.isEmpty, false);
|
||||
expect(clonedRepo.isBare, false);
|
||||
expect(clonedRepo.path, contains(p.join('callbackRepo', '.git')));
|
||||
expect(clonedRepo.path, contains('/callbackRepo/.git/'));
|
||||
|
||||
clonedRepo.free();
|
||||
callbackPath.deleteSync(recursive: true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue