test: fix tests failing in ci

This commit is contained in:
Aleksey Kulikov 2021-10-27 17:35:20 +03:00
parent 7f0cd86e72
commit 0e329bd2b1
22 changed files with 291 additions and 257 deletions

View file

@ -67,7 +67,11 @@ void main() {
});
test('successfully describes with provided pattern', () {
final signature = repo.defaultSignature;
final signature = Signature.create(
name: 'Author',
email: 'author@email.com',
time: 1234,
);
final commit = repo.lookupCommit(repo['fc38877']);
repo.createTag(
tagName: 'test/tag1',