Fix tests

This commit is contained in:
Pieter Vander Vennet 2023-12-06 01:29:32 +01:00
parent daf1f2cfba
commit 4bfd7e6b3b

View file

@ -82,6 +82,8 @@ export class Imgur extends ImageProvider implements ImageUploader {
* const expected = new LicenseInfo()
* expected.licenseShortName = "CC-BY 4.0"
* expected.artist = "Pieter Vander Vennet"
* expected.date = new Date(1655052078000)
* expected.views = 2
* licenseInfo // => expected
*/
public async DownloadAttribution(url: string): Promise<LicenseInfo> {