diff --git a/tests/BCMathHelperTest.php b/tests/BCMathHelperTest.php index 6903186..b341b61 100644 --- a/tests/BCMathHelperTest.php +++ b/tests/BCMathHelperTest.php @@ -11,6 +11,6 @@ public function testBcround() $this->assertEquals('0.5679', BCMathHelper::bcround('0.567891', 4)); $this->assertEquals('0.5676', BCMathHelper::bcround('0.567591', 4)); $this->assertEquals('0.5676', BCMathHelper::bcround('0.567559', 4)); - $this->assertEquals('0.5675', BCMathHelper::bcround('0.567544', 4)); + $this->assertEquals('0.5675', BCMathHelper::bcround('0.567549', 4)); } }