Skip to content

Commit

Permalink
Fixed issue for Unit Test related with changes in this PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Usik2203 committed Feb 8, 2020
1 parent ce2247b commit c559a66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/
class CatalogProductListCollectionAppendSummaryFieldsObserverTest extends TestCase
{
private const STORE_ID = '1';
private const STORE_ID = 1;

/**
* @var Event|MockObject
Expand Down

0 comments on commit c559a66

Please sign in to comment.