fix(decrypt): remove redundant password trim check and empty file condition

test(pdf-tools): update expected tool count to 41
This commit is contained in:
abdullahalam123
2025-10-24 23:31:25 +05:30
parent f3e7ef25fa
commit 12753349ec
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ describe('Tool Configuration Arrays', () => {
it('should have the correct number of tools', () => {
// This acts as a snapshot test to catch unexpected additions/removals.
expect(singlePdfLoadTools).toHaveLength(40);
expect(singlePdfLoadTools).toHaveLength(41);
});
it('should not contain any duplicate tools', () => {