Skip to content

Commit

Permalink
YoutubeMusicSearchExtractorTest$Suggestion has no mock data
Browse files Browse the repository at this point in the history
  • Loading branch information
litetex committed Mar 20, 2022
1 parent 96ff96d commit 6a31211
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public static void setUp() throws Exception {
@Override public InfoItem.InfoType expectedInfoItemType() { return InfoItem.InfoType.CHANNEL; }
}

@MockOnly("Currently constantly switching between \"Did you mean\" and \"Showing results for ...\" occurs")
@Disabled("Currently constantly switching between \"Did you mean\" and \"Showing results for ...\" occurs")
public static class Suggestion extends DefaultSearchExtractorTest {
private static SearchExtractor extractor;
private static final String QUERY = "megaman x3";
Expand Down

0 comments on commit 6a31211

Please sign in to comment.