Skip to content

Commit 9f8c331

Browse files
committed
Updated sources
1 parent e8a3060 commit 9f8c331

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/GroupDocs/Viewer/ApiTests/ViewerCreateViewApiTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ public function testCreateViewWithCadOptions()
181181
{
182182
$testFile = Internal\TestFiles::getFileThreeLayoutsDwf();
183183
$cadOptions = new \GroupDocs\Viewer\Model\CadOptions();
184-
$cadOptions->setScaleFactor(5.0);
184+
$cadOptions->setWidth(800);
185185
$renderOptions = new RenderOptions();
186186
$renderOptions->setCadOptions($cadOptions);
187187
$viewOptions = new ViewOptions();

0 commit comments

Comments
 (0)