mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-17 02:51:45 -05:00
Fix test build break (#579)
This commit is contained in:
@@ -61,7 +61,7 @@ namespace Microsoft.SqlTools.ServiceLayer.IntegrationTests.Profiler
|
|||||||
// stop the session
|
// stop the session
|
||||||
var stopParams = new StopProfilingParams()
|
var stopParams = new StopProfilingParams()
|
||||||
{
|
{
|
||||||
SessionId = sessionId
|
OwnerUri = sessionId
|
||||||
};
|
};
|
||||||
|
|
||||||
var stopContext = new Mock<RequestContext<StopProfilingResult>>();
|
var stopContext = new Mock<RequestContext<StopProfilingResult>>();
|
||||||
|
|||||||
Reference in New Issue
Block a user