From 1c8e0751812a7e274f425d1e4a6f885d9e28587d Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Wed, 13 Dec 2023 22:28:09 -0800 Subject: Add equality check to all custom Datatypes Signed-off-by: Pinapelz --- src/test/java/ChannelQueryTest.java | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/test/java/ChannelQueryTest.java') diff --git a/src/test/java/ChannelQueryTest.java b/src/test/java/ChannelQueryTest.java index 84cb2f4..44e9250 100644 --- a/src/test/java/ChannelQueryTest.java +++ b/src/test/java/ChannelQueryTest.java @@ -1,15 +1,9 @@ import com.pinapelz.datatypes.Channel; import org.junit.Test; import com.pinapelz.query.ChannelQueryBuilder; -import com.pinapelz.Holodex; -import com.pinapelz.HolodexException; -import java.util.List; - -import static org.junit.Assert.fail; public class ChannelQueryTest { - private final String apiKey = System.getenv("HOLODEX_API_KEY"); @Test public void testChanneQueryIntiailization(){ ChannelQueryBuilder channelQueryBuilder = new ChannelQueryBuilder().setLang("en").setOrg("hololive"); -- cgit v1.2.3