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 13, 2024
1 parent 9d8786e commit 986a0d4
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 986a0d4

Please sign in to comment.