Skip to content

Commit f39b2ff

Browse files
committed
test: update unit test to use instance method
1 parent 6a771c5 commit f39b2ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/UnitTest/SourceControl/Git/ProductionConflictResolve.cls

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Method DoResolveTest(index As %Integer)
2929
}
3030
$$$ThrowOnError(resolved.%Save())
3131

32-
Do ##class(SourceControl.Git.Util.ProductionConflictResolver).ResolveStream(file)
32+
Do ##class(SourceControl.Git.Util.ProductionConflictResolver).%New().ResolveStream(file)
3333

3434
Do $$$AssertFilesSame(file.Filename,resolved.Filename)
3535
}

0 commit comments

Comments
 (0)