We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf94021 commit 2e5eaf4Copy full SHA for 2e5eaf4
api/src/test/integration/com/javadiscord/jdi/core/api/VoiceRequestTest.java
@@ -27,6 +27,8 @@ public static void setup() throws InterruptedException {
27
guild = new LiveDiscordHelper().getGuild();
28
}
29
30
+ /*
31
+
32
@Test
33
void testListVoiceRegions() throws InterruptedException {
34
CountDownLatch latch = new CountDownLatch(1);
@@ -43,4 +45,6 @@ void testListVoiceRegions() throws InterruptedException {
43
45
});
44
46
assertTrue(latch.await(30, TimeUnit.SECONDS));
47
48
49
+ */
50
0 commit comments