mirror of https://github.com/OpenVidu/openvidu.git
openvidu: Rename IceServerPropertiesTests to IceServerPropertiesTest
parent
285ff7b8f6
commit
2719540d32
|
@ -4,11 +4,9 @@ import io.openvidu.java.client.IceServerProperties;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.jupiter.api.DisplayName;
|
import org.junit.jupiter.api.DisplayName;
|
||||||
|
|
||||||
import java.io.IOException;
|
|
||||||
|
|
||||||
import static org.junit.jupiter.api.Assertions.*;
|
import static org.junit.jupiter.api.Assertions.*;
|
||||||
|
|
||||||
public class IceServerPropertiesTests {
|
public class IceServerPropertiesTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@DisplayName("IceServerProperty exceptions tests")
|
@DisplayName("IceServerProperty exceptions tests")
|
Loading…
Reference in New Issue