Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 97e53de

Browse files
author
Nikhil Bhoski
committed
Updated test name typos
1 parent eea1921 commit 97e53de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/java/com/mathworks/ci/RunMatlabTestsStepTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ public void verifyTestSelectByTag () throws Exception {
202202
}
203203

204204
/*@Integ
205-
* Verify outPutDetail set
205+
* Verify outputDetail set
206206
*/
207207

208208
public void verifyOutputDetailSet() {
@@ -259,7 +259,7 @@ public void verifyLoggingLevelSet() {
259259
* Verify when useParallel Set
260260
*/
261261

262-
public void verifyRunParallelSet () throws Exception {
262+
public void verifyUseParallelSet () throws Exception {
263263
project.setDefinition(new CpsFlowDefinition(
264264
"node {runMATLABTests(useParallel: true)}", true));
265265
WorkflowRun build = project.scheduleBuild2(0).get();
@@ -270,7 +270,7 @@ public void verifyRunParallelSet () throws Exception {
270270
* Verify when useParallel Not Set
271271
*/
272272

273-
public void verifyRunParallelNotSet () throws Exception {
273+
public void verifyUseParallelNotSet () throws Exception {
274274
project.setDefinition(new CpsFlowDefinition(
275275
"node {runMATLABTests(useParallel: false)}", true));
276276
WorkflowRun build = project.scheduleBuild2(0).get();

0 commit comments

Comments
 (0)