Skip to content

Commit

Permalink
chore: 准备单测
Browse files Browse the repository at this point in the history
  • Loading branch information
Cnotech committed Aug 5, 2024
1 parent 5b71849 commit c7c6c4a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Notepad/package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "Notepad"
# 包模板 仅可取 "Software"
template = "Software"
# 版本号
version = "1.75.0.0"
version = "22.1.0.0"
# 打包者/作者
authors = ["Cno <[email protected]>","Microsoft"]
# 许可证缩写或链接(可选)
Expand Down
11 changes: 11 additions & 0 deletions src/utils/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,17 @@ pub fn _run_mirror_mock_server() -> String {
"timestamp": 1704554724
}
]
},
{
"name": "Notepad",
"releases": [
{
"file_name": "Notepad_22.1.0.0_Cno.nep",
"version": "22.1.0.0",
"size": 94245376,
"timestamp": 1704554724
}
]
}
]
},
Expand Down

0 comments on commit c7c6c4a

Please sign in to comment.