We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f82690a commit 392fcc3Copy full SHA for 392fcc3
test/UnitTest/SourceControl/Git/Sync.cls
@@ -27,7 +27,7 @@ Method TestSync()
27
$$$ThrowOnError(##class(SourceControl.Git.Utils).SwitchBranch("live"))
28
do $$$LogMessage("create a class through IRIS, add it to source control, and sync")
29
do $System.OBJ.Delete("TestGit.SampleClass2")
30
- set classDef = ##class(%Dictionary.ClassDefinition).%New("TestGit.SampleClass2")
+ set classDef = ##class(%Dictionary.ClassDefinition).%New("TestGit.SampleClass2")
31
$$$ThrowOnError(classDef.%Save())
32
$$$ThrowOnError($System.OBJ.Compile("TestGit.SampleClass2"))
33
$$$ThrowOnError(##class(SourceControl.Git.Utils).AddToSourceControl("TestGit.SampleClass2.cls"))
0 commit comments