Skip to content

Commit

Permalink
Flour_Mo: fix unit test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
panyoujie committed Aug 16, 2022
1 parent 14badc0 commit ae63f10
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,13 @@
<version>0.4.17</version>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>RELEASE</version>
<scope>test</scope>
</dependency>

</dependencies>

<build>
Expand Down
3 changes: 1 addition & 2 deletions src/test/java/cn/zlianpay/ZlianWebApplicationTests.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
package cn.zlianpay;

import cn.zlianpay.reception.util.SynchronizedByKey;
import cn.zlianpay.reception.util.SynchronizedByKeyService;
import org.junit.Test;
import org.junit.jupiter.api.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
Expand Down

0 comments on commit ae63f10

Please sign in to comment.