aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2023-12-13 21:56:27 -0800
committerPinapelz <yukais@pinapelz.com>2023-12-13 21:56:27 -0800
commit5403be78976c32dc7b62986ed279bad93fc7a459 (patch)
treeaa3c9003184fa9b3c93dc91567a079e5f662b0b9 /src
parent27de9dd4f19b8e3a1285691b81b600044d3411e8 (diff)
fix build: remove network dependent test
Signed-off-by: Pinapelz <yukais@pinapelz.com>
Diffstat (limited to 'src')
-rw-r--r--src/test/java/ChannelQueryTest.java15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/test/java/ChannelQueryTest.java b/src/test/java/ChannelQueryTest.java
index 2bd3858..84cb2f4 100644
--- a/src/test/java/ChannelQueryTest.java
+++ b/src/test/java/ChannelQueryTest.java
@@ -28,20 +28,5 @@ public class ChannelQueryTest {
assert(channelQueryBuilder.getOrder().equals("asc"));
}
- @Test
- public void getChannelsData(){
- try {
- Holodex holodex = new Holodex(apiKey);
- holodex.getChannels(new ChannelQueryBuilder().setOrg("Hololive"));
- } catch (HolodexException ex) {
- fail(ex.getMessage());
- }
- assert true;
- }
-
-
-
-
-
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage