Skip to content

Commit 539a173

Browse files
author
Bas-Jan 't Jong
committed
Amended the corresponding test
1 parent afc3d5c commit 539a173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PhpWord/Tests/Shared/DrawingTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function testUnitConversions()
4444
$this->assertEquals(round($value / 9525), $result);
4545

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

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

0 commit comments

Comments
 (0)