diff --git a/tests/CartTest.php b/tests/CartTest.php index 15d2d66..59a82c8 100644 --- a/tests/CartTest.php +++ b/tests/CartTest.php @@ -882,10 +882,8 @@ class CartTest extends TestCase $cart = $this->getCart(); - - $cart->add(new BuyableProduct()); - + $beforeStore = Carbon::now(); /* Sleep as database does not store ms */