Skip to content
Snippets Groups Projects
Commit b20ef1c8 authored by Ganin, Roman(rganin)'s avatar Ganin, Roman(rganin)
Browse files

Merge pull request #210 from magento-troll/MAGETWO-35665

[Troll] Bugfix
parents 0e589aa8 48e93313
Branches
No related merge requests found
......@@ -119,12 +119,6 @@ class CollectionTest extends \PHPUnit_Framework_TestCase
'date_from' => $dateYearAgo,
'date_to' => null,
],
[
'period' => 'month',
'table' => 'report_viewed_product_aggregated_yearly',
'date_from' => null,
'date_to' => $dateNow,
],
[
'period' => 'year',
'table' => 'report_viewed_product_aggregated_yearly',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment