Skip to content

Commit

Permalink
feat: 提交测试用例【认证】【应用层】
Browse files Browse the repository at this point in the history
  • Loading branch information
KouShenhai committed Dec 27, 2024
1 parent db83932 commit e2c610b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* @author laokou
*/
@SpringBootApplication
public class AppTest {
class AppTest {

public static void main(String[] args) {
new SpringApplicationBuilder(AppTest.class).web(WebApplicationType.SERVLET).run(args);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*
* @author laokou
*/
public class CaptchaParamValidatorTest {
class CaptchaParamValidatorTest {

@Test
void testMailCaptchaParamValidator() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
import static org.laokou.common.i18n.common.constant.Constant.SCENARIO;

/**
* 测试扩展执行器.
* 测试扩展点执行器.
*
* @author laokou
*/
Expand Down

0 comments on commit e2c610b

Please sign in to comment.