fix: unit test assertion (#1435)

Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
pull/1436/head
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
1 changed files with 1 additions and 1 deletions

View File

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