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
|
@ -352,7 +352,7 @@ void main() {
|
|||
repo: repo,
|
||||
tagName: '',
|
||||
target: repo['9c78c21'],
|
||||
targetType: GitObject.commit,
|
||||
targetType: GitObject.any,
|
||||
tagger: Signature(nullptr),
|
||||
message: '',
|
||||
),
|
||||
|
@ -366,7 +366,7 @@ void main() {
|
|||
repo: repo,
|
||||
tagName: '',
|
||||
target: repo['9c78c21'],
|
||||
targetType: GitObject.commit,
|
||||
targetType: GitObject.any,
|
||||
),
|
||||
throwsA(isA<LibGit2Error>()),
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue