From f18c63940e05a35250e017ac63d537ae8f38a1fe Mon Sep 17 00:00:00 2001 From: Karl Burtram Date: Thu, 1 Feb 2018 19:00:06 -0500 Subject: [PATCH] Fix test build break (#579) --- .../Profiler/ProfilerServiceTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Microsoft.SqlTools.ServiceLayer.IntegrationTests/Profiler/ProfilerServiceTests.cs b/test/Microsoft.SqlTools.ServiceLayer.IntegrationTests/Profiler/ProfilerServiceTests.cs index 9a8e4517..c384ef9a 100644 --- a/test/Microsoft.SqlTools.ServiceLayer.IntegrationTests/Profiler/ProfilerServiceTests.cs +++ b/test/Microsoft.SqlTools.ServiceLayer.IntegrationTests/Profiler/ProfilerServiceTests.cs @@ -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>();