1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-04-25 13:03:35 +08:00

Enable EventLaunchUndispatchedTest

This commit is contained in:
Him188 2022-05-13 23:12:32 +01:00
parent e0140c6272
commit f83d20bed9

View File

@ -19,7 +19,6 @@ import net.mamoe.mirai.event.broadcast
import net.mamoe.mirai.event.globalEventChannel
import net.mamoe.mirai.internal.network.components.EVENT_LAUNCH_UNDISPATCHED
import org.junit.jupiter.api.AfterEach
import org.junit.jupiter.api.Disabled
import org.junit.jupiter.api.Test
import java.util.concurrent.ConcurrentLinkedQueue
import java.util.concurrent.Executors
@ -27,7 +26,6 @@ import kotlin.test.assertEquals
import kotlin.test.assertFails
import kotlin.test.assertSame
@Disabled
@Suppress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE")
internal class EventLaunchUndispatchedTest : AbstractEventTest() {
internal class TestEvent : AbstractEvent()