This commit is contained in:
Wenjun Ruan 2024-05-06 19:09:34 +08:00
parent ef365c5d35
commit ccbb1504e3
1 changed files with 3 additions and 3 deletions

View File

@ -17,13 +17,13 @@
package org.apache.dolphinscheduler.alert.rpc;
import org.apache.dolphinscheduler.alert.config.AlertConfig;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
class AlertRpcServerTest {
@Autowired
private AlertRpcServer alertRpcServer;
private final AlertRpcServer alertRpcServer = new AlertRpcServer(new AlertConfig());
@Test
void testStart() {