Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nbonamy committed Sep 29, 2024
1 parent 539671f commit 61de237
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/tests/client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ test('Unkown tool', async () => {
await isConnected(client)
await client.list()
await expect((async () => { await client.call('not found', {})})()).rejects.toThrowError(/not found/)
hub.stop()
})

test('Calls tool', async () => {
Expand Down

0 comments on commit 61de237

Please sign in to comment.