mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Fix tests snapshots
This commit is contained in:
parent
cdcf240a96
commit
77e022aa56
2 changed files with 3 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
},
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue