Skip to content

Commit

Permalink
Fixes moneyphp#331
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikbosch authored Nov 29, 2016
1 parent 8814a6e commit 5abd477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/Calculator/CalculatorBehavior.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function it_multiplies_a_value_by_another()

function it_divides_a_value_by_another()
{
$this->divide(rand(-100, 100), rand(-100, 100))->shouldBeString();
$this->divide(rand(-100, 100), rand(1, 100))->shouldBeString();
}

function it_ceils_a_value()
Expand Down

0 comments on commit 5abd477

Please sign in to comment.