Skip to content

Commit b819a01

Browse files
committed
Test case added for AC-1486
1 parent 615c8c3 commit b819a01

File tree

1 file changed

+3
-3
lines changed
  • app/code/Magento/RemoteStorage/Test/Unit/Driver/Adpater/Cache

1 file changed

+3
-3
lines changed

app/code/Magento/RemoteStorage/Test/Unit/Driver/Adpater/Cache/GenericTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function metaDataProvider(): array
8585
'timestamp' => null,
8686
'visibility' => null,
8787
'mimetype' => '',
88-
]
88+
],
8989
],
9090
[
9191
'media/tmp/catalog/product/1/test.jpeg',
@@ -104,11 +104,11 @@ public function metaDataProvider(): array
104104
'image-width' => 680,
105105
'image-height' => 383,
106106
],
107-
]
107+
],
108108
],
109109
[
110110
'media-nonexistent-path',
111-
null
111+
null,
112112
],
113113
];
114114
}

0 commit comments

Comments
 (0)