Skip to content

Commit 05108f2

Browse files
SummerOneTwoclaude
andcommitted
fix: 更新测试中的版本号断言
- 将 test_import 中的版本号断言从 0.1.0 更新为 0.4.0 Co-Authored-By: Claude Opus 4.6 <[email protected]>
1 parent 36bd086 commit 05108f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
def test_import():
77
"""测试模块导入。"""
88
from autocode_mcp import __version__
9-
assert __version__ == "0.1.0"
9+
assert __version__ == "0.4.0"
1010

1111

1212
def test_tool_result():

0 commit comments

Comments
 (0)