Skip to content

Commit 49cbcc9

Browse files
MAGETWO-45602: SQL error in cron_schedule table on update_last_visit_at column
1 parent 4fc9572 commit 49cbcc9

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Customer/Test/Unit/Model/ResourceModel/Customer

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/Test/Unit/Model/ResourceModel/Customer/GridTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public function testSyncCustomerGrid()
9090
->with(\Magento\Customer\Model\Customer::CUSTOMER_GRID_INDEXER_ID, [])
9191
->willReturn($gridTable);
9292

93-
$this->connection->expects($this->exactly(2))
93+
$this->resource->expects($this->exactly(2))
9494
->method('getTableName')
9595
->willReturnMap([
9696
[$gridTable],

0 commit comments

Comments
 (0)