Skip to content

Commit cb73737

Browse files
author
OlgaVasyltsun
committed
MC-35853: Table doesn't exist exception appears after deleting store view
1 parent 27c16fd commit cb73737

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/SalesSequence/Test/Unit/Model/Sequence/DeleteByStoreTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ static function ($tableName) {
110110
}
111111
);
112112
$this->resourceMock->method('getConnection')
113+
->with('sales')
113114
->willReturn($this->connectionMock);
114115
$this->connectionMock
115116
->method('select')

0 commit comments

Comments
 (0)