Skip to content

Commit

Permalink
StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
bumbummen99 authored Jan 18, 2021
1 parent d33ad71 commit 40f47e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CartTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ public function it_can_update_an_existing_item_in_the_cart_from_a_buyable()
]));

$cart->update('027c91341fd5cf4d2579b49c4b6a90da', new BuyableProductTrait([
'name' => '',
'name' => '',
'description' => 'Different description',
]));

Expand Down

0 comments on commit 40f47e8

Please sign in to comment.