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

View File

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