Skip to content

Commit 14753b7

Browse files
committed
test(unit-picker): update expected file names in InsPickerOptionTest
1 parent 364d0e4 commit 14753b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

unit-picker/src/test/kotlin/cc/unitmesh/pick/option/InsPickerOptionTest.kt

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class InsPickerOptionTest {
1616
).pureDataFileName()
1717

1818
// Then
19-
assertEquals("datasets/https___github.com_functionaljava_functionaljava_series_5.x_java.jsonl.jsonl", result)
19+
assertEquals("datasets/https___github.com_functionaljava_functionaljava_series_5.x_java.jsonl", result)
2020
}
2121

2222
@Test
@@ -33,7 +33,7 @@ class InsPickerOptionTest {
3333
val result = insPickerOption.repoFileName()
3434

3535
// Then
36-
assertEquals("https___github.com_example_repo.git_main_java.jsonl", result)
36+
assertEquals("https___github.com_example_repo.git_main_java", result)
3737
}
3838

3939
@Test
@@ -51,4 +51,4 @@ class InsPickerOptionTest {
5151
// Then
5252
assertEquals("https___github.com_example_repo_____._", result)
5353
}
54-
}
54+
}

0 commit comments

Comments
 (0)