Skip to content

Commit b9abd9e

Browse files
committed
fix tests
1 parent e545d48 commit b9abd9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Feature/Assets/BrowserTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,8 @@ private function jsonStructure()
317317
return [
318318
'links' => ['folder_action', 'asset_action'],
319319
'data' => [
320-
['id', 'size_formatted', 'last_modified_relative', 'actions'],
321-
['id', 'size_formatted', 'last_modified_relative', 'actions', 'thumbnail'],
320+
['id', 'size_formatted', 'last_modified_relative'],
321+
['id', 'size_formatted', 'last_modified_relative', 'thumbnail'],
322322
],
323323
'meta' => [
324324
'folder' => [

0 commit comments

Comments
 (0)