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

Commit 3bd0a74

Browse files
author
Nikhil Bhoski
committed
Updated test.
1 parent 38b9353 commit 3bd0a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public void verifyMATLABstartsInWorkspace() throws Exception {
5757
String workspaceName = workspace.getName();
5858
WorkflowRun build = project.scheduleBuild2(0).get();
5959

60-
j.assertLogContains("[" + workspaceName + "]", build);
60+
j.assertLogContains(workspaceName, build);
6161
}
6262

6363
/*

0 commit comments

Comments
 (0)