Skip to content

Commit ca3074d

Browse files
committed
Update autoported files
d166e48247391a0fc6b6144c5de47ab289ac2a68
1 parent cd796b9 commit ca3074d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

itext.tests/itext.html2pdf.tests/itext/html2pdf/css/PageBreakTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public virtual void PageBreakInConstrainedDivTest() {
147147
/* Test will fail after fix in DEVSIX-2024 */
148148
RunTest("pageBreakInConstrainedDivTest");
149149
}
150-
, NUnit.Framework.Throws.TypeOf<NotSupportedException>());
150+
, NUnit.Framework.Throws.InstanceOf<NotSupportedException>())
151151
;
152152
}
153153

0 commit comments

Comments
 (0)