Skip to content

Commit 35bbb77

Browse files
fix: lint and remove outdated method count ci test (#103)
Made-with: Cursor
1 parent ad80d11 commit 35bbb77

File tree

2 files changed

+1
-64
lines changed

2 files changed

+1
-64
lines changed

.github/workflows/count-methods.yml

Lines changed: 0 additions & 58 deletions
This file was deleted.

langsmith-java-core/src/test/kotlin/com/langchain/smith/prompts/PromptClientTest.kt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,7 @@ import org.junit.jupiter.params.provider.MethodSource
88

99
internal class PromptClientTest {
1010

11-
data class Case(
12-
val identifier: String,
13-
val owner: String,
14-
val repo: String,
15-
val commit: String,
16-
)
11+
data class Case(val identifier: String, val owner: String, val repo: String, val commit: String)
1712

1813
data class ErrorCase(val identifier: String, val expectedMessage: String)
1914

0 commit comments

Comments
 (0)