mirror of
https://github.com/langchain-ai/langsmith-java.git
synced 2026-08-24 22:01:31 -04:00
fix: lint and remove outdated method count ci test (#103)
Made-with: Cursor
This commit is contained in:
committed by
stainless-app[bot]
parent
ad80d1105b
commit
35bbb77c96
@@ -8,12 +8,7 @@ import org.junit.jupiter.params.provider.MethodSource
|
||||
|
||||
internal class PromptClientTest {
|
||||
|
||||
data class Case(
|
||||
val identifier: String,
|
||||
val owner: String,
|
||||
val repo: String,
|
||||
val commit: String,
|
||||
)
|
||||
data class Case(val identifier: String, val owner: String, val repo: String, val commit: String)
|
||||
|
||||
data class ErrorCase(val identifier: String, val expectedMessage: String)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user