Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet committed Feb 19, 2020
1 parent c6715c4 commit d8f8f2b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -370,7 +370,7 @@ public function testReverseTransformWithRounding($scale, $input, $output, $round
{
$transformer = new NumberToLocalizedStringTransformer($scale, null, $roundingMode);

$this->assertEquals($output, $transformer->reverseTransform($input));
$this->assertSame($output, $transformer->reverseTransform($input));
}

public function testReverseTransformDoesNotRoundIfNoScale()
Expand Down

0 comments on commit d8f8f2b

Please sign in to comment.