mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 12:49:08 -04:00
test: improve coverage
This commit is contained in:
parent
bad5e20581
commit
4ac0c10237
17 changed files with 171 additions and 40 deletions
|
@ -11,7 +11,9 @@ import 'helpers/util.dart';
|
|||
void main() {
|
||||
late Repository repo;
|
||||
late Directory tmpDir;
|
||||
final cloneDir = Directory(p.join(Directory.systemTemp.path, 'cloned'));
|
||||
final cloneDir = Directory(
|
||||
p.join(Directory.systemTemp.path, 'repository_cloned'),
|
||||
);
|
||||
|
||||
setUp(() {
|
||||
tmpDir = setupRepo(Directory(p.join('test', 'assets', 'test_repo')));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue