Skip to content

Commit f18c639

Browse files
authored
Fix test build break (#579)
1 parent 0121531 commit f18c639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.SqlTools.ServiceLayer.IntegrationTests/Profiler/ProfilerServiceTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public async Task TestHandleStartAndStopProfilingRequests()
6161
// stop the session
6262
var stopParams = new StopProfilingParams()
6363
{
64-
SessionId = sessionId
64+
OwnerUri = sessionId
6565
};
6666

6767
var stopContext = new Mock<RequestContext<StopProfilingResult>>();

0 commit comments

Comments
 (0)