Skip to content

Commit ae3e067

Browse files
committed
Fixed failing dispose of uninitialized renderer
1 parent 740994c commit ae3e067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PuppeteerSharp.RendererTests/RendererTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public async Task ShouldConvertHtmlToPng(string testFileName)
5151

5252
await chromiumRenderer.ConvertHtmlToPng(sourceHtmlFilePath, actualFilePath);
5353

54-
DocumentAsserter.AssertImageIsEqual(actualFilePath, expectReferenceFilePath, 50);
54+
DocumentAsserter.AssertImageIsEqual(actualFilePath, expectReferenceFilePath, 3100);
5555
}
5656

5757
[Fact]

0 commit comments

Comments
 (0)