Skip to content

Commit 615c8c3

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

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* See COPYING.txt for license details.
55
*/
66

7-
namespace Magento\RemoteStorage\Test\Unit\Driver\Adapter\Cache;
7+
namespace Magento\RemoteStorage\Test\Unit\Driver\Adpater\Cache;
88

99
use Magento\Framework\App\CacheInterface;
1010
use Magento\Framework\Serialize\SerializerInterface;
@@ -63,7 +63,7 @@ public function testGetMetaData(string $input, ?array $expectedOutput): void
6363
->method('unserialize')
6464
->willReturn($cacheData);
6565
$this->generic->setFromStorage(json_encode($cacheData));
66-
66+
6767
$this->assertEquals($expectedOutput, $this->generic->getMetaData($input));
6868
}
6969

0 commit comments

Comments
 (0)