Fix test build break (#579)

This commit is contained in:
Karl Burtram
2018-02-01 19:00:06 -05:00
committed by GitHub
parent 0121531bf6
commit f18c63940e

View File

@@ -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>>();