Skip to content

Commit

Permalink
Fix minor formatting issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
FireMasterK committed Oct 30, 2022
1 parent e67552c commit 74a5ef7
Showing 1 changed file with 4 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
package org.schabi.newpipe.extractor.services.youtube;

import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertTrue;
import static org.schabi.newpipe.FileUtils.resolveTestResource;

import com.grack.nanojson.JsonObject;
import com.grack.nanojson.JsonParser;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Test;
import org.schabi.newpipe.downloader.DownloaderFactory;
Expand All @@ -14,11 +8,11 @@
import org.schabi.newpipe.extractor.exceptions.ParsingException;

import java.io.IOException;
import java.io.InputStream;
import java.nio.file.Files;

public class YoutubeParsingHelperTest
{
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertTrue;

public class YoutubeParsingHelperTest {

private static final String RESOURCE_PATH = DownloaderFactory.RESOURCE_PATH + "services/youtube/";

Expand Down

0 comments on commit 74a5ef7

Please sign in to comment.