mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-24 17:24:14 -05:00
updated smo nuget package with latest bits (#508)
* updated smo nuget package with latest bits * added new nupkg * fixed peek definition test * fixed batch parser wrapper tests
This commit is contained in:
committed by
Karl Burtram
parent
328fb30db2
commit
49f0221dc8
@@ -214,8 +214,8 @@ GO";
|
||||
It.IsAny<Func<Exception, object>>(),
|
||||
It.IsAny<int?>(),
|
||||
It.IsAny<int?>()))
|
||||
.Callback<string, Func<IBindingContext, CancellationToken, object>, Func<IBindingContext, object>, int?, int?>(
|
||||
(key, bindOperation, timeoutOperation, t1, t2) =>
|
||||
.Callback<string, Func<IBindingContext, CancellationToken, object>, Func<IBindingContext, object>, Func<Exception, object>, int?, int?>(
|
||||
(key, bindOperation, timeoutOperation, errHandler, t1, t2) =>
|
||||
{
|
||||
timeoutResult = (DefinitionResult)timeoutOperation((IBindingContext)null);
|
||||
itemMock.Object.Result = timeoutResult;
|
||||
|
||||
Reference in New Issue
Block a user