Skip to content

Commit a4f74e8

Browse files
perf(tests): remove unused dependencies (#3)
1 parent 06781fd commit a4f74e8

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

openai-java-client-okhttp/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}

openai-java-core/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

openai-java-core/src/test/kotlin/com/openai/services/ErrorHandlingTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ import com.openai.models.*
3131
import org.assertj.core.api.Assertions.assertThat
3232
import org.assertj.core.api.Assertions.assertThatThrownBy
3333
import org.assertj.core.api.InstanceOfAssertFactories
34-
import org.assertj.guava.api.Assertions.assertThat
3534
import org.junit.jupiter.api.BeforeEach
3635
import org.junit.jupiter.api.Test
3736

0 commit comments

Comments
 (0)