mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 12:49:08 -04:00
test: fix windows tests
This commit is contained in:
parent
0e329bd2b1
commit
13ddf0f061
11 changed files with 33 additions and 25 deletions
|
@ -122,7 +122,7 @@ void main() {
|
|||
|
||||
expect(clonedRepo.isEmpty, false);
|
||||
expect(clonedRepo.isBare, false);
|
||||
expect(clonedRepo.path, contains('${callbackPath.path}/.git/'));
|
||||
expect(clonedRepo.path, contains('/callbackRepo/.git/'));
|
||||
|
||||
clonedRepo.free();
|
||||
callbackPath.deleteSync(recursive: true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue