Skip to content

Commit adb19cf

Browse files
committed
ACP2E-4345: Investigate the reasons for increased redis keys and cache keys creation
1 parent e442d50 commit adb19cf

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function testUpdateMetadataPersists(): void
7979
$this->serializerMock
8080
->expects($this->once())
8181
->method('serialize')
82-
->with($this->callback(function (array $data) use ($path, $objectMetadata) {
82+
->with($this->callback(function (array $data) use ($path) {
8383
return isset($data[$path])
8484
&& $data[$path]['type'] === 'file'
8585
&& $data[$path]['size'] === 123

0 commit comments

Comments
 (0)