Skip to content

Commit

Permalink
refactor: 用 🔥
Browse files Browse the repository at this point in the history
  • Loading branch information
he0119 committed Nov 27, 2024
1 parent 7c9dcca commit 3240065
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/plugins/github/plugins/publish/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
PLUGIN_TEST_PATTERN = re.compile(ISSUE_PATTERN.format(PLUGIN_TEST_STRING))
PLUGIN_TEST_BUTTON_TIPS = "如需重新运行插件测试,请勾选左侧勾选框"
PLUGIN_TEST_BUTTON_STRING = f"- [ ] {PLUGIN_TEST_BUTTON_TIPS}"
PLUGIN_TEST_BUTTON_IN_PROGRESS_STRING = "- [x] 🔄插件测试中,请稍后"
PLUGIN_TEST_BUTTON_IN_PROGRESS_STRING = "- [x] 🔥插件测试中,请稍后"
PLUGIN_SUPPORTED_ADAPTERS_STRING = "插件支持的适配器"
PLUGIN_SUPPORTED_ADAPTERS_PATTERN = re.compile(
ISSUE_PATTERN.format(PLUGIN_SUPPORTED_ADAPTERS_STRING)
Expand Down
4 changes: 2 additions & 2 deletions tests/github/publish/process/test_publish_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@ async def test_skip_plugin_check(
### 插件测试
- [x] 🔄插件测试中,请稍后\
- [x] 🔥插件测试中,请稍后\
""",
}
),
Expand Down Expand Up @@ -1133,7 +1133,7 @@ async def test_skip_plugin_check(
### 插件测试
- [x] 🔄插件测试中,请稍后\
- [x] 🔥插件测试中,请稍后\
""",
}
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ async def test_ensure_issue_plugin_test_button_in_progress(
### 插件测试
- [x] 🔄插件测试中,请稍后\
- [x] 🔥插件测试中,请稍后\
""",
}
),
Expand Down

0 comments on commit 3240065

Please sign in to comment.