Skip to content

Commit bf265ea

Browse files
committed
Dynamic Objects tests expanded
1 parent 2ea5e22 commit bf265ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

MDX2JSON/Tests.cls.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ do ##class(MDX2JSON.Tests).DynamicObjects()</Description>
113113
$$$DynObjToJSON(obj)
114114
115115
set dtList = $$$NewDynDTList
116-
s a=1
116+
set a = 1
117+
$$$Insert(dtList,a)
117118
$$$Insert(dtList,"a")
118119
$$$ListToJSON(dtList)
119120
]]></Implementation>

0 commit comments

Comments
 (0)