Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' into feature-test-multiple-php-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
niclashedam committed Apr 9, 2018
2 parents 0518d88 + 0fc6941 commit d1fc0b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/EloquentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function testStringRounding()
'preciseDecimal' => 4,
];

$model->decimal = "6.12662";
$model->decimal = '6.12662';
$model->preciseDecimal = 17.261722;

$this->assertEquals(6.13, $model->decimal);
Expand Down

0 comments on commit d1fc0b3

Please sign in to comment.