Skip to content

Commit 3220e13

Browse files
#39905 Product Removed on Mobile Still Appears in Web's Mini Compare Section Until Re-login
- Static tests fix
1 parent c14fa3f commit 3220e13

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/code/Magento/CompareListGraphQl/Test/Unit/Model/Service/CompareCookieManagerTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ protected function setUp(): void
7676
*/
7777
public function testInvalidateSuccess(): void
7878
{
79-
$cookieValue = json_encode(['compare-products' => time()]);
80-
8179
$this->cookieMetadataFactoryMock->expects($this->once())
8280
->method('createPublicCookieMetadata')
8381
->willReturn($this->publicCookieMetadataMock);

0 commit comments

Comments
 (0)