fix: unit test assertion (#1435)
Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>pull/1436/head
parent
6ef4cfa2fa
commit
eecfd6d0ca
|
|
@ -40,7 +40,7 @@ describe("tool.glob", () => {
|
|||
)
|
||||
expect(result.metadata).toMatchObject({
|
||||
truncated: false,
|
||||
count: 3,
|
||||
count: 2,
|
||||
})
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue