Skip to content

Commit

Permalink
Extend bugfix for issue 1689 & fix specs
Browse files Browse the repository at this point in the history
  • Loading branch information
stloyd committed Sep 15, 2014
1 parent 66662de commit 9bfc2a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/Sylius/Component/Core/Model/ProductSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ function it_can_get_taxons_from_specific_taxonomy(

function its_price_is_mutable()
{
$this->setPrice(4.99);
$this->getPrice()->shouldReturn(4.99);
$this->setPrice(499);
$this->getPrice()->shouldReturn(499);
}

function its_variant_selection_method_is_choice_by_default()
Expand Down

0 comments on commit 9bfc2a9

Please sign in to comment.