test: update expected tool count in pdf-tools test

This commit is contained in:
abdullahalam123
2025-10-15 11:55:25 +05:30
parent f682986c29
commit 23e414a8be

View File

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