所有单测重新测试

This commit is contained in:
didi
2022-01-18 17:07:21 +08:00
parent 055ba9bda6
commit 34d9f9174b
30 changed files with 590 additions and 584 deletions

View File

@@ -31,6 +31,10 @@ import java.util.List;
* @Date 2021/12/29
*/
public class AccountServiceTest extends BaseTest {
/*
此测试不能一起运行因为一些test中会执行一次flush()执行完毕后缓存就不为null
后面的测试中本来应该再次刷新缓存但由于缓存不为null就不会再执行flush
*/
@Autowired
@InjectMocks
private AccountService accountService;