re-add removed comments

This commit is contained in:
Peter Clement 2024-12-03 10:33:18 +00:00
parent 7d0ae9d567
commit 10dbb9fa7a
1 changed files with 2 additions and 0 deletions

View File

@ -158,6 +158,8 @@ describe("test the openai action", () => {
const llmInstance =
mockedPro.ai.LargeLanguageModel.forCurrentTenant.mock.results[0].value
// init does not appear to be called currently
// expect(llmInstance.init).toHaveBeenCalled()
expect(llmInstance.run).toHaveBeenCalledWith(prompt)
})
})