Fix tests snapshots

This commit is contained in:
Jordan Eldredge 2025-06-05 17:30:15 -07:00
parent cdcf240a96
commit 77e022aa56
2 changed files with 3 additions and 2 deletions

View file

@ -7,14 +7,14 @@ Object {
Object {
"date": "2000-05-08T07:44:52.000Z",
"file_md5": "a_fake_file_md5",
"filename": null,
"filename": "a_fake_archive_file.bmp",
"is_directory": false,
"size": null,
"skin": Object {
"md5": "a_fake_md5",
},
"text_content": null,
"url": "https://zip-worker.jordan1320.workers.dev/zip/a_fake_md5/null",
"url": "https://zip-worker.jordan1320.workers.dev/zip/a_fake_md5.wsz/a_fake_archive_file.bmp",
},
],
"average_color": null,

View file

@ -55,6 +55,7 @@ export async function seed(knex: Knex): Promise<any> {
{
skin_md5: "a_fake_md5",
file_md5: "a_fake_file_md5",
file_name: "a_fake_archive_file.bmp",
file_date: 957771892000,
},
]);