Skip to content

Commit e5b5a64

Browse files
committed
test: align market recap prompt assertion
1 parent c3d07ce commit e5b5a64

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

apps/dsa-desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "daily-stock-analysis-desktop",
3-
"version": "3.14.0",
3+
"version": "3.14.1",
44
"private": true,
55
"main": "main.js",
66
"scripts": {

docs/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
1212
<!-- 新条目格式:- [类型] 描述(类型取值:新功能/改进/修复/文档/测试/chore)-->
1313
<!-- 每条独立一行追加到本段末尾,无需分类标题,合并时冲突最小 -->
1414

15+
## [3.14.1] - 2026-04-26
16+
17+
- [测试] 修正大盘复盘 prompt 测试对“明日交易计划”标题的断言,并同步桌面端版本号,恢复发布 gate。
18+
1519
## [3.14.0] - 2026-04-26
1620

1721
### 发布亮点
@@ -1323,7 +1327,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
13231327

13241328
---
13251329

1326-
[Unreleased]: https://github.com/ZhuLinsen/daily_stock_analysis/compare/v3.14.0...HEAD
1330+
[Unreleased]: https://github.com/ZhuLinsen/daily_stock_analysis/compare/v3.14.1...HEAD
1331+
[3.14.1]: https://github.com/ZhuLinsen/daily_stock_analysis/compare/v3.14.0...v3.14.1
13271332
[3.14.0]: https://github.com/ZhuLinsen/daily_stock_analysis/compare/v3.13.0...v3.14.0
13281333
[3.13.0]: https://github.com/ZhuLinsen/daily_stock_analysis/compare/v3.12.0...v3.13.0
13291334
[3.12.0]: https://github.com/ZhuLinsen/daily_stock_analysis/compare/v3.11.0...v3.12.0

tests/test_market_strategy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def test_cn_prompt_contains_strategy_plan_section(self):
3636
analyzer = MarketAnalyzer(region="cn")
3737
prompt = analyzer._build_review_prompt(MarketOverview(date="2026-02-24"), [])
3838

39-
self.assertIn("策略计划", prompt)
39+
self.assertIn("明日交易计划", prompt)
4040
self.assertIn("A股市场三段式复盘策略", prompt)
4141

4242
def test_us_prompt_contains_strategy_plan_section(self):

0 commit comments

Comments
 (0)