Skip to content

Commit 8996745

Browse files
rkeithhilldaviwil
authored andcommitted
Process has 1 NoteProperty, bump expected count by 1.
1 parent 4f336de commit 8996745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/PowerShellEditorServices.Test/Debugging/DebugServiceTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ await this.debugService.SetLineBreakpoints(
895895
Assert.True(var.IsExpandable);
896896

897897
var childVars = debugService.GetVariables(var.Id);
898-
Assert.Equal(52, childVars.Length);
898+
Assert.Equal(53, childVars.Length);
899899

900900
// Abort execution of the script
901901
this.powerShellContext.AbortExecution();

0 commit comments

Comments
 (0)