We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cde439 commit 027a7dfCopy full SHA for 027a7df
tests/imageOperations/invoiceSplitter.integration.ts
@@ -39,6 +39,6 @@ describe("Given a PDF", async () => {
39
invoiceResult.document.toString(),
40
testStringRstInvoice.toString()
41
)
42
- ).to.be.greaterThanOrEqual(0.97);
+ ).to.be.greaterThanOrEqual(0.90);
43
}).timeout(60000);
44
});
0 commit comments