File tree Expand file tree Collapse file tree 3 files changed +0
-4
lines changed
openai-java-client-okhttp
src/test/kotlin/com/openai/services Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -10,5 +10,4 @@ dependencies {
1010
1111 testImplementation(kotlin(" test" ))
1212 testImplementation(" org.assertj:assertj-core:3.25.3" )
13- testImplementation(" org.slf4j:slf4j-simple:2.0.12" )
1413}
Original file line number Diff line number Diff line change @@ -19,8 +19,6 @@ dependencies {
1919 testImplementation(project(" :openai-java-client-okhttp" ))
2020 testImplementation(" com.github.tomakehurst:wiremock-jre8:2.35.2" )
2121 testImplementation(" org.assertj:assertj-core:3.25.3" )
22- testImplementation(" org.assertj:assertj-guava:3.25.3" )
23- testImplementation(" org.slf4j:slf4j-simple:2.0.12" )
2422 testImplementation(" org.junit.jupiter:junit-jupiter-api:5.9.3" )
2523 testImplementation(" org.junit.jupiter:junit-jupiter-params:5.9.3" )
2624}
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ import com.openai.models.*
3131import org.assertj.core.api.Assertions.assertThat
3232import org.assertj.core.api.Assertions.assertThatThrownBy
3333import org.assertj.core.api.InstanceOfAssertFactories
34- import org.assertj.guava.api.Assertions.assertThat
3534import org.junit.jupiter.api.BeforeEach
3635import org.junit.jupiter.api.Test
3736
You can’t perform that action at this time.
0 commit comments