Skip to content

Commit 6c61fa3

Browse files
authored
Update install.unit.test.ts
1 parent 5816a67 commit 6c61fa3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/install.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ describe("install procedure", () => {
4141
};
4242
const products = ["MATLAB", "Parallel_Computing_Toolbox"];
4343
const useCache = false;
44-
const installSystemDependencies = auto;
44+
const installSystemDependencies = "auto";
4545

4646
//updated doInstall to take the new sixth parameter
4747
const doInstall = () => install.install(platform, arch, release, products, useCache, installSystemDependencies);

0 commit comments

Comments
 (0)