diff --git a/tests/CartTest.php b/tests/CartTest.php index 8fb366d..8c278e5 100644 --- a/tests/CartTest.php +++ b/tests/CartTest.php @@ -1155,7 +1155,7 @@ class CartTest extends TestCase // https://github.com/bumbummen99/LaravelShoppingcart/pull/5 $cart = $this->getCart(); - $cartItem = $cart->add('293ad', 'Product 1', 1, 9.99, 550, ['size' => 'large']); + $cartItem = $cart->add('293ad', 'Product 1', 1, 9.99, 550, ['size' => 'large']); $this->assertEquals(550, $cartItem->weight); $this->assertTrue($cartItem->options->has('size'));