Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Commit 725891c

Browse files
author
Robert Kummer
committed
updated dependencies, fixed unittest
1 parent 53bcdc1 commit 725891c

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

composer.lock

Lines changed: 9 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/Feature/Api/FilesResourceTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ public function it_can_create_an_url_as_proxy_file()
8787
'id' => $proxyFile->reference,
8888
'attributes' => [
8989
'filename' => 'polyfill.min.js',
90-
'size' => '72',
91-
'checksum' => 'e3d8fc7eec3e4338218b844d40a1ae86cc8581c6',
90+
'size' => '222',
91+
'checksum' => '58e645c83460b260d7cee45d361ddf1ad212bbeb',
9292
'mimetype' => 'application/javascript',
9393
'hits' => 0,
9494
],

0 commit comments

Comments
 (0)