From 14753b78da7c83d229cde7f22c2ab1d7886e5c8e Mon Sep 17 00:00:00 2001 From: Phodal Huang Date: Mon, 1 Jul 2024 21:27:27 +0800 Subject: [PATCH] test(unit-picker): update expected file names in InsPickerOptionTest --- .../kotlin/cc/unitmesh/pick/option/InsPickerOptionTest.kt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/unit-picker/src/test/kotlin/cc/unitmesh/pick/option/InsPickerOptionTest.kt b/unit-picker/src/test/kotlin/cc/unitmesh/pick/option/InsPickerOptionTest.kt index dc4742f4..8c5f8dab 100644 --- a/unit-picker/src/test/kotlin/cc/unitmesh/pick/option/InsPickerOptionTest.kt +++ b/unit-picker/src/test/kotlin/cc/unitmesh/pick/option/InsPickerOptionTest.kt @@ -16,7 +16,7 @@ class InsPickerOptionTest { ).pureDataFileName() // Then - assertEquals("datasets/https___github.com_functionaljava_functionaljava_series_5.x_java.jsonl.jsonl", result) + assertEquals("datasets/https___github.com_functionaljava_functionaljava_series_5.x_java.jsonl", result) } @Test @@ -33,7 +33,7 @@ class InsPickerOptionTest { val result = insPickerOption.repoFileName() // Then - assertEquals("https___github.com_example_repo.git_main_java.jsonl", result) + assertEquals("https___github.com_example_repo.git_main_java", result) } @Test @@ -51,4 +51,4 @@ class InsPickerOptionTest { // Then assertEquals("https___github.com_example_repo_____._", result) } -} \ No newline at end of file +}