Skip to content

Commit 66aa974

Browse files
committed
Set ^UnitTestRoot in correct namespace
1 parent 932d826 commit 66aa974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iris.script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
set sc=##class(Security.Applications).Create("/_vscode",.prop)
2323

2424
// Configure %UnitTest in IRISAPP to suit the VS Code extension
25-
set ^UnitTestRoot=prop("Path")_"/IRISAPP/UnitTestRoot"
25+
set ^|"IRISAPP"|UnitTestRoot=prop("Path")_"/IRISAPP/UnitTestRoot"
2626

2727
// comment the line below for production images
2828
zpm "install passwordless"

0 commit comments

Comments
 (0)