1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-06 17:40:57 +00:00

adjust tests

This commit is contained in:
pat-s 2025-06-25 23:03:23 +02:00
parent 6fc9cfa397
commit 0bb7de5739
No known key found for this signature in database
GPG key ID: 3C6318841EF78925
4 changed files with 2 additions and 4 deletions

View file

@ -145,7 +145,7 @@ func NewGithubDownloaderV3(ctx context.Context, baseURL, userName, password, tok
}
downloader.addClient(client, baseURL)
}
return &downloader
return downloader
}
// String implements Stringer