mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 04:39:07 -04:00
fix failing test
This commit is contained in:
parent
0650f1277d
commit
f9ea8dcdd5
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ void main() {
|
||||||
|
|
||||||
expect(packbuilder.hash.sha, '0' * 40);
|
expect(packbuilder.hash.sha, '0' * 40);
|
||||||
packbuilder.write(null);
|
packbuilder.write(null);
|
||||||
expect(packbuilder.hash.sha, 'f80c3d05f7dc8755f90258d1e4c445efd7134f98');
|
expect(packbuilder.hash.sha, isNot('0' * 40));
|
||||||
|
|
||||||
packbuilder.free();
|
packbuilder.free();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue