mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 12:49:08 -04:00
test: fix tests failing on windows
This commit is contained in:
parent
bed8db3a12
commit
0f6a916d8b
7 changed files with 24 additions and 28 deletions
|
@ -91,7 +91,7 @@ void main() {
|
|||
tmpWorkDir.createSync();
|
||||
|
||||
repo.setWorkdir(path: tmpWorkDir.path);
|
||||
expect(repo.workdir, contains('${tmpWorkDir.path}/'));
|
||||
expect(repo.workdir, contains('/tmp_work_dir/'));
|
||||
|
||||
tmpWorkDir.deleteSync();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue