Skip to content

Commit 1cb62cc

Browse files
committed
test(fix): adapt test to latest changes
1 parent 7507643 commit 1cb62cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/system/package/tToolbox.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
% TTOOLBOX Tests for installation of MAG Data Visualization toolbox.
33

44
properties (Constant, Access = private)
5-
ProjectRoot (1, 1) string = fullfile(fileparts(mfilename("fullpath")), "..", "..", "..")
5+
PackageRoot (1, 1) string = fullfile(fileparts(mfilename("fullpath")), "..", "..", "..")
66
end
77

88
properties (TestParameter)
@@ -53,8 +53,8 @@ function installToolbox(testCase)
5353
function task = createPackageTask(testCase)
5454

5555
task = mag.buildtool.task.PackageTask(Description = "Package code into toolbox", ...
56-
ProjectRoot = testCase.ProjectRoot, ...
57-
ToolboxPath = fullfile(testCase.ProjectRoot, "artifacts", "MAG Data Visualization.mltbx"));
56+
PackageRoot = testCase.PackageRoot, ...
57+
ToolboxPath = fullfile(testCase.PackageRoot, "artifacts", "MAG Data Visualization.mltbx"));
5858
end
5959
end
6060

0 commit comments

Comments
 (0)