Skip to content

Commit

Permalink
Add more test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Aug 7, 2024
1 parent 24975b4 commit e471aaa
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,15 @@ void agenciesAndFeedPublisher() {

@ParameterizedTest
@ValueSource(
strings = { "Meridian Ave N & N 148th", "Meridian Ave N & N 148", "Meridian Ave N N 148" }
strings = {
"Meridian Ave N & N 148th",
"Meridian Ave N & N 148",
"Meridian Ave N N 148",
"Meridian Ave N 148",
"Meridian & N 148",
"Meridian Ave 148",
"Meridian Av 148",
}
)
void shortTokens(String query) {
var names = index.queryStopClusters(query).map(c -> c.primary().name()).toList();
Expand Down

0 comments on commit e471aaa

Please sign in to comment.