From 216e8fd1066ad3717b65ef45a6c04240366c43a6 Mon Sep 17 00:00:00 2001 From: andrecupa Date: Mon, 16 Oct 2023 09:57:21 +0200 Subject: [PATCH] fixed spelling mistake --- .github/workflows/DeployOpenVidu.yml | 2 +- ...OpenViduHelloWordTest.java => OpenViduHelloWorldTest.java} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename Tests/OpenviduTests/src/test/java/{OpenViduHelloWordTest.java => OpenViduHelloWorldTest.java} (99%) diff --git a/.github/workflows/DeployOpenVidu.yml b/.github/workflows/DeployOpenVidu.yml index d80ecb37..08b4c12d 100644 --- a/.github/workflows/DeployOpenVidu.yml +++ b/.github/workflows/DeployOpenVidu.yml @@ -32,7 +32,7 @@ jobs: http-server openvidu-hello-world/web & working-directory: . - name: Execute tests - run: mvn test --no-transfer-progress --batch-mode -Dtest="OpenViduHelloWordTest" + run: mvn test --no-transfer-progress --batch-mode -Dtest="OpenViduHelloWorldTest" working-directory: ./Tests/OpenviduTests - name: Upload Extent report uses: actions/upload-artifact@v3 diff --git a/Tests/OpenviduTests/src/test/java/OpenViduHelloWordTest.java b/Tests/OpenviduTests/src/test/java/OpenViduHelloWorldTest.java similarity index 99% rename from Tests/OpenviduTests/src/test/java/OpenViduHelloWordTest.java rename to Tests/OpenviduTests/src/test/java/OpenViduHelloWorldTest.java index be92648e..a2a58729 100644 --- a/Tests/OpenviduTests/src/test/java/OpenViduHelloWordTest.java +++ b/Tests/OpenviduTests/src/test/java/OpenViduHelloWorldTest.java @@ -26,7 +26,7 @@ * @author Andrea Acuña */ -class OpenViduHelloWordTest extends Module{ +class OpenViduHelloWorldTest extends Module{ String testLocation = "test-input/Parameters.xlsx"; String reportLocation = "OpenViduHelloWordTestTestReport.html"; @@ -51,7 +51,7 @@ class OpenViduHelloWordTest extends Module{ String idNameSession; String idSelfCamera; - public OpenViduHelloWordTest() { + public OpenViduHelloWorldTest() { if (extentReports == null){ extentReports = e.createExtentReports(reportLocation); }