mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-23 04:26:05 +00:00
fix: unit test assertion (#1435)
Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
This commit is contained in:
parent
6ef4cfa2fa
commit
eecfd6d0ca
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ describe("tool.glob", () => {
|
|||
)
|
||||
expect(result.metadata).toMatchObject({
|
||||
truncated: false,
|
||||
count: 3,
|
||||
count: 2,
|
||||
})
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue