openvidu: Rename IceServerPropertiesTests to IceServerPropertiesTest

pull/698/head
cruizba 2022-02-16 18:11:53 +01:00
parent 285ff7b8f6
commit 2719540d32
1 changed files with 1 additions and 3 deletions

View File

@ -4,11 +4,9 @@ import io.openvidu.java.client.IceServerProperties;
import org.junit.Test;
import org.junit.jupiter.api.DisplayName;
import java.io.IOException;
import static org.junit.jupiter.api.Assertions.*;
public class IceServerPropertiesTests {
public class IceServerPropertiesTest {
@Test
@DisplayName("IceServerProperty exceptions tests")