Skip to content

Commit

Permalink
fixed spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
andrecupa committed Oct 16, 2023
1 parent 452c170 commit 216e8fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/DeployOpenVidu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand All @@ -51,7 +51,7 @@ class OpenViduHelloWordTest extends Module{
String idNameSession;
String idSelfCamera;

public OpenViduHelloWordTest() {
public OpenViduHelloWorldTest() {
if (extentReports == null){
extentReports = e.createExtentReports(reportLocation);
}
Expand Down

0 comments on commit 216e8fd

Please sign in to comment.