[Hotfix] fixed update-listener not working #338
Annotations
1 error, 1 warning, and 1 notice
tests/integrations/summarizer.spec.ts#L56
1) [integrations] › integrations/summarizer.spec.ts:69:5 › 测试 @cf/qwen/qwen1.5-1.8b-chat 模型的AI总结结果
Error: expect(received).toContain(expected) // indexOf
Expected substring: "麦当劳"
Received string: "互动内容:
1. 观众询问了日本vtuber直播的内容,包括她今天吃了什么、新产品的热门程度、久违的出门情况、漫展的参与情况、购买的物品种类和花费情况以及回家途中看到的蟑螂尸体对她的影响。
2. 主播表示,虽然之前看到很多人可能会感到社恐,但这次参加漫展并没有,反而意外地没有。她认为,随着年龄的增长,自己变得更加独立和自信,能够面对和处理各种情况。
3. 观众询问了主播今天出门的原因,她表示平时都是宅在家里的,但这次是因为最近新推出的热门产品,所以决定出门看看。她还提到,这次出门让她有机会接触到更多的人和事物,也让她感到更加开阔和自由。
4. 主播分享了自己在漫展上购买的物品,包括插画、手办和周边等,她表示这些物品虽然花费了大笔金钱,但她觉得值得,因为这些物品能够让她感受到动漫文化的魅力和乐趣。
5. 观众对主播的购物行为表示了赞赏,认为花出去的钱物有所值,而且她也表示,这次经历让她的心情得到了改善,因为看到了蟑螂的尸体,这让她的心情受到了打击,但通过和主播的交谈,她的心情得到了恢复。
6. 主播感谢观众的陪伴,表示下次再见,同时也向观众道别。"
54 |
55 | if (!trash) {
> 56 | maybe(res).toContain('麦当劳')
| ^
57 | maybe(res).toContain('漫展')
58 | maybe(res).toContain('蟑螂')
59 | }
at /home/runner/work/bilibili-vup-stream-enhancer/bilibili-vup-stream-enhancer/tests/integrations/summarizer.spec.ts:56:24
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
This job succeeded
Loading