From 2719540d32b95ba0a199184a9bbc18fd811a2c41 Mon Sep 17 00:00:00 2001 From: cruizba Date: Wed, 16 Feb 2022 18:11:53 +0100 Subject: [PATCH] openvidu: Rename IceServerPropertiesTests to IceServerPropertiesTest --- ...erverPropertiesTests.java => IceServerPropertiesTest.java} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename openvidu-server/src/test/java/io/openvidu/server/test/unit/{IceServerPropertiesTests.java => IceServerPropertiesTest.java} (99%) 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")