1
0
Fork 0

No need to call through

This commit is contained in:
Bram Schoenmakers 2024-02-13 23:08:46 +01:00
parent a3d9eb9a30
commit 2dcf2b7c6a
Signed by: bram
GPG key ID: 0CCD19DFDC63258F

View file

@ -134,7 +134,7 @@ https://www.example.com"
(expect #'kagi--fastgpt-display-result :to-have-been-called)))
(describe "kagi-translate"
(before-each
(spy-on #'kagi-fastgpt-prompt :and-call-through))
(spy-on #'kagi-fastgpt-prompt))
(it "returns output on minimal input"
(kagi-translate "foo" "English")
(expect #'kagi-fastgpt-prompt :to-have-been-called-times 1)