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

Commit 94c46cc

Browse files
committed
Updated Version to Release
1 parent 1614850 commit 94c46cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/unit/com/mathworks/ci/tools/MatlabInstallerUnitTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ public class MatlabInstallerUnitTest {
4848
public void setUp () throws Exception {
4949
MockitoAnnotations.initMocks (this);
5050
installer = spy (new MatlabInstaller ("test-id"));
51-
installer.setVersion ("R2021a");
52-
installer.setProducts ("MATLAB");
51+
installer.setRelease("R2021a");
52+
installer.setProducts("MATLAB");
5353
}
5454

5555
@Test

0 commit comments

Comments
 (0)