diff --git a/openvidu-server/src/test/java/io/openvidu/server/test/unit/IceServerPropertiesTests.java b/openvidu-server/src/test/java/io/openvidu/server/test/unit/IceServerPropertiesTest.java similarity index 99% rename from openvidu-server/src/test/java/io/openvidu/server/test/unit/IceServerPropertiesTests.java rename to openvidu-server/src/test/java/io/openvidu/server/test/unit/IceServerPropertiesTest.java index b3d8db1f..729b2f10 100644 --- a/openvidu-server/src/test/java/io/openvidu/server/test/unit/IceServerPropertiesTests.java +++ b/openvidu-server/src/test/java/io/openvidu/server/test/unit/IceServerPropertiesTest.java @@ -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")