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 {
10
10
11
11
testImplementation(kotlin(" test" ))
12
12
testImplementation(" org.assertj:assertj-core:3.25.3" )
13
- testImplementation(" org.slf4j:slf4j-simple:2.0.12" )
14
13
}
Original file line number Diff line number Diff line change @@ -19,8 +19,6 @@ dependencies {
19
19
testImplementation(project(" :openai-java-client-okhttp" ))
20
20
testImplementation(" com.github.tomakehurst:wiremock-jre8:2.35.2" )
21
21
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" )
24
22
testImplementation(" org.junit.jupiter:junit-jupiter-api:5.9.3" )
25
23
testImplementation(" org.junit.jupiter:junit-jupiter-params:5.9.3" )
26
24
}
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ import com.openai.models.*
31
31
import org.assertj.core.api.Assertions.assertThat
32
32
import org.assertj.core.api.Assertions.assertThatThrownBy
33
33
import org.assertj.core.api.InstanceOfAssertFactories
34
- import org.assertj.guava.api.Assertions.assertThat
35
34
import org.junit.jupiter.api.BeforeEach
36
35
import org.junit.jupiter.api.Test
37
36
You can’t perform that action at this time.
0 commit comments