test: job 租户单元测试

This commit is contained in:
gaibu
2023-03-18 20:53:33 +08:00
parent 467170d3de
commit b54c5eaa45
3 changed files with 67 additions and 2 deletions

View File

@@ -52,8 +52,8 @@
<!-- Test 测试相关 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<groupId>cn.iocoder.boot</groupId>
<artifactId>yudao-spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>