Skip to content

Commit 9ac06cc

Browse files
authored
Update ParagraphTest.php
1 parent 02da372 commit 9ac06cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PhpWordTests/Writer/RTF/Style/ParagraphTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public function testParagraphSpacing(): void
160160
$style->setSpacing(30);
161161
$style->setSpacingLineRule(LineSpacingRule::EXACT);
162162
$style->setContextualSpacing(true);
163-
$expect = '\pard\sb480\sa360\sl30\slmult0\contextualspace\widctlpar ';
163+
$expect = '\pard\sb480\sa360\sl-30\slmult0\contextualspace\widctlpar ';
164164
self::assertEquals($expect, $this->removeCr($writer));
165165
}
166166

0 commit comments

Comments
 (0)