Skip to content

Commit

Permalink
fix: 修复测试库不可用问题
Browse files Browse the repository at this point in the history
  • Loading branch information
dragove committed Oct 28, 2024
1 parent 6b62bba commit fb8bf95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
kapt("org.springframework.boot:spring-boot-configuration-processor")

testImplementation("io.mockk:mockk:1.13.13")
// testImplementation("org.springframework.boot:spring-boot-starter-test")
testImplementation("org.springframework.boot:spring-boot-starter-test")

implementation("org.springframework.boot:spring-boot-starter-web")
implementation("org.springframework.boot:spring-boot-starter-webflux")
Expand Down

0 comments on commit fb8bf95

Please sign in to comment.