mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 04:39:07 -04:00
test: fix tests failing in ci
This commit is contained in:
parent
7f0cd86e72
commit
0e329bd2b1
22 changed files with 291 additions and 257 deletions
|
@ -1600,7 +1600,7 @@ class Repository {
|
|||
|
||||
/// List of notes for repository.
|
||||
///
|
||||
/// **IMPORTANT**: Notes must be freed to release allocated memory.
|
||||
/// **IMPORTANT**: Notes Should be freed to release allocated memory.
|
||||
///
|
||||
/// Throws a [LibGit2Error] if error occured.
|
||||
List<Note> get notes => Note.list(this);
|
||||
|
@ -1611,7 +1611,7 @@ class Repository {
|
|||
///
|
||||
/// [notesRef] is the canonical name of the reference to use. Defaults to "refs/notes/commits".
|
||||
///
|
||||
/// **IMPORTANT**: Notes must be freed to release allocated memory.
|
||||
/// **IMPORTANT**: Should be freed to release allocated memory.
|
||||
///
|
||||
/// Throws a [LibGit2Error] if error occured.
|
||||
Note lookupNote({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue