Skip to content

Commit 55e0f7e

Browse files
committed
Remove obsolete pdfBug: true flag in the image caching unit test
In a previous commit the time-based checks, which were based on statistics provided by the `pdfBug: true` flag, got replaced by test-only property checks that don't use said statistics anymore. Fixes b01eeaf.
1 parent 8f17030 commit 55e0f7e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/unit/api_spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4839,7 +4839,6 @@ have written that much by now. So, here’s to squashing bugs.`);
48394839
const loadingTask = getDocument(
48404840
buildGetDocumentParams("issue11878.pdf", {
48414841
isOffscreenCanvasSupported: false,
4842-
pdfBug: true,
48434842
})
48444843
);
48454844
const pdfDoc = await loadingTask.promise;

0 commit comments

Comments
 (0)