Skip to content

Commit

Permalink
test(unit-picker): update expected file names in InsPickerOptionTest
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Jul 1, 2024
1 parent 364d0e4 commit 14753b7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -51,4 +51,4 @@ class InsPickerOptionTest {
// Then
assertEquals("https___github.com_example_repo_____._", result)
}
}
}

0 comments on commit 14753b7

Please sign in to comment.