fix: fix the testBin which check

This commit is contained in:
Amin Yahyaabadi 2022-07-05 22:41:25 -07:00
parent 2c1f704299
commit 97b3cceeb0
1 changed files with 1 additions and 1 deletions

View File

@ -49,5 +49,5 @@ export async function testBin(
expect(status).toBe(0) expect(status).toBe(0)
} }
expect(await io.which(name, true)).toBe(bin) expect((await io.which(name, true)).includes(bin))
} }