mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-04 20:29:08 -04:00
feat(blob): add more bindings and API methods (#21)
This commit is contained in:
parent
39a71811cb
commit
e6bfdc5a85
423 changed files with 1076 additions and 39 deletions
|
@ -78,7 +78,7 @@ index e69de29..c217c63 100644
|
|||
""";
|
||||
|
||||
setUp(() {
|
||||
tmpDir = setupRepo(Directory('test/assets/dirtyrepo/'));
|
||||
tmpDir = setupRepo(Directory('test/assets/dirty_repo/'));
|
||||
repo = Repository.open(tmpDir.path);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue