upgrade migrations plugin to 4.5 to fix base migratino not found error on setup-lowest tests
This commit is contained in:
@@ -108,7 +108,7 @@ class ShoppingCartComponentTest extends TestCase {
|
||||
*/
|
||||
public function testCheckIfIsOwnCartIsNotOwnCart() {
|
||||
$this->expectException(RecordNotFoundException::class);
|
||||
$cart = $this->fetchTable('Carts')->get('00e6ec6b-eef8-429c-9196-e7e0668ba749');
|
||||
$cart = $this->fetchTable('Carts')->get('74d1aa54-92a2-4039-bc10-61e1190c51ec');
|
||||
$this->component->checkIfIsOwnCart($cart);
|
||||
// if exception not thrown test fails
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user