Skip to content

Commit c559a66

Browse files
committed
Fixed issue for Unit Test related with changes in this PR
1 parent ce2247b commit c559a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Review/Test/Unit/Observer/CatalogProductListCollectionAppendSummaryFieldsObserverTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*/
2424
class CatalogProductListCollectionAppendSummaryFieldsObserverTest extends TestCase
2525
{
26-
private const STORE_ID = '1';
26+
private const STORE_ID = 1;
2727

2828
/**
2929
* @var Event|MockObject

0 commit comments

Comments
 (0)