Skip to content

Commit faf84f1

Browse files
committed
MAGETWO-48527: [GITHUB] Wrong customer id in Abandoned Carts grid #3162
1 parent 423ff9e commit faf84f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Reports/Test/Unit/Model/ResourceModel/Quote/CollectionTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ public function testResolveCustomerNames()
111111
$customerTableName = 'customer_entity';
112112
$customerId = ['customer_id' => ['test_id']];
113113
$customersData = [['entity_id' => 'test_id', 'name' => 'item_1']];
114-
$itemData = ['test'];
115114

116115
$this->selectMock->expects($this->any())
117116
->method('getConnection')

0 commit comments

Comments
 (0)