Completed
Push — master ( 3d6e9d...c2497e )
by Ivannis Suárez
05:37
created
Tests/Units/DecimalTests.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@
 block discarded – undo
134 134
                 $number = $this->fromNative($this->randomNativeNumber())
135 135
             )
136 136
             ->then
137
-               ->boolean($positiveInfinite->subInteger($number->toInteger())->equals($positiveInfinite))
137
+                ->boolean($positiveInfinite->subInteger($number->toInteger())->equals($positiveInfinite))
138 138
                     ->isTrue()
139 139
                 ->boolean($positiveInfinite->subReal($number->toReal())->equals($positiveInfinite))
140 140
                     ->isTrue()
Please login to merge, or discard this patch.