codestyle fixes, tests should be passing

This commit is contained in:
bs
2026-02-14 00:47:14 -08:00
parent 11aafbb232
commit a23df039db
2 changed files with 1 additions and 3 deletions
@@ -107,7 +107,7 @@ class ShoppingCartComponentTest extends TestCase {
* @return void
*/
public function testCheckIfIsOwnCartIsNotOwnCart() {
$this->expectException(RecordNotFoundException::class);
$this->expectException(RecordNotFoundException::class);
$cart = $this->fetchTable('Carts')->get('00e6ec6b-eef8-429c-9196-e7e0668ba749');
$this->component->checkIfIsOwnCart($cart);
// if exception not thrown test fails