fix: unit test assertion (#1435)

Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
This commit is contained in:
Yordis Prieto 2025-07-30 16:13:37 -04:00 committed by GitHub
parent 6ef4cfa2fa
commit eecfd6d0ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,7 +40,7 @@ describe("tool.glob", () => {
)
expect(result.metadata).toMatchObject({
truncated: false,
count: 3,
count: 2,
})
})
})