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 6a771c5 commit f39b2ffCopy full SHA for f39b2ff
test/UnitTest/SourceControl/Git/ProductionConflictResolve.cls
@@ -29,7 +29,7 @@ Method DoResolveTest(index As %Integer)
29
}
30
$$$ThrowOnError(resolved.%Save())
31
32
- Do ##class(SourceControl.Git.Util.ProductionConflictResolver).ResolveStream(file)
+ Do ##class(SourceControl.Git.Util.ProductionConflictResolver).%New().ResolveStream(file)
33
34
Do $$$AssertFilesSame(file.Filename,resolved.Filename)
35
0 commit comments