Skip to content

Commit 879deef

Browse files
authored
Update RendererTests.cs
1 parent fd57697 commit 879deef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Codeuctivity.HtmlRendererTests/RendererTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public async Task ShouldConvertHtmlToPdf(string testFileName)
4646
{
4747
var actualImages = await Rasterize.ConvertToPngAsync(actualFilePath, actualImagePathDirectory);
4848
Assert.Single(actualImages);
49-
DocumentAsserter.AssertImageIsEqual(actualImages.Single(), expectReferenceFilePath, 2000);
49+
DocumentAsserter.AssertImageIsEqual(actualImages.Single(), expectReferenceFilePath, 2100);
5050
}
5151
File.Delete(actualFilePath);
5252
}
@@ -222,4 +222,4 @@ public void Dispose()
222222
GC.SuppressFinalize(this);
223223
}
224224
}
225-
}
225+
}

0 commit comments

Comments
 (0)