fix: lint and remove outdated method count ci test (#103)

Made-with: Cursor
This commit is contained in:
ericdong-langchain
2026-03-25 13:30:53 -04:00
committed by stainless-app[bot]
parent ad80d1105b
commit 35bbb77c96
2 changed files with 1 additions and 64 deletions
@@ -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)