File tree 1 file changed +3
-3
lines changed
unit-picker/src/test/kotlin/cc/unitmesh/pick/option
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ class InsPickerOptionTest {
16
16
).pureDataFileName()
17
17
18
18
// 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)
20
20
}
21
21
22
22
@Test
@@ -33,7 +33,7 @@ class InsPickerOptionTest {
33
33
val result = insPickerOption.repoFileName()
34
34
35
35
// Then
36
- assertEquals(" https___github.com_example_repo.git_main_java.jsonl " , result)
36
+ assertEquals(" https___github.com_example_repo.git_main_java" , result)
37
37
}
38
38
39
39
@Test
@@ -51,4 +51,4 @@ class InsPickerOptionTest {
51
51
// Then
52
52
assertEquals(" https___github.com_example_repo_____._" , result)
53
53
}
54
- }
54
+ }
You can’t perform that action at this time.
0 commit comments