mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-05 01:25: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
|
||||
var stopParams = new StopProfilingParams()
|
||||
{
|
||||
SessionId = sessionId
|
||||
OwnerUri = sessionId
|
||||
};
|
||||
|
||||
var stopContext = new Mock<RequestContext<StopProfilingResult>>();
|
||||
|
||||
Reference in New Issue
Block a user