Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 committed Sep 23, 2024
1 parent ca4043d commit f7c1a09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions binding/nodejs/test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,8 @@ describe('PicoLLM generate tests', () => {

const res = await generatePromise;
expect(res.endpoint).toEqual(PicoLLMEndpoint.INTERRUPTED);

picoLLM.release();
});

test(`should be able to tokenize`, () => {
Expand Down

0 comments on commit f7c1a09

Please sign in to comment.