Skip to content

Commit

Permalink
[YouTube] Fix search suggestion test
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiGr committed Jul 11, 2024
1 parent a32f676 commit ba7cec6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public static void setUp() throws Exception {
public static class Suggestion extends DefaultSearchExtractorTest {
private static SearchExtractor extractor;
private static final String QUERY = "on board ing";
private static final String EXPECTED_SUGGESTION = "on boarding";
private static final String EXPECTED_SUGGESTION = "onboarding";

@BeforeAll
public static void setUp() throws Exception {
Expand Down

0 comments on commit ba7cec6

Please sign in to comment.