Skip to content

Commit

Permalink
Amended the corresponding test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bas-Jan 't Jong committed May 11, 2014
1 parent afc3d5c commit 539a173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PhpWord/Tests/Shared/DrawingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function testUnitConversions()
$this->assertEquals(round($value / 9525), $result);

$result = Drawing::pixelsToPoints($value);
$this->assertEquals($value * 0.67777777, $result);
$this->assertEquals($value * 0.75, $result);

$result = Drawing::pointsToPixels($value);
$this->assertEquals($value * 1.333333333, $result);
Expand Down

0 comments on commit 539a173

Please sign in to comment.