We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f336de commit 8996745Copy full SHA for 8996745
test/PowerShellEditorServices.Test/Debugging/DebugServiceTests.cs
@@ -895,7 +895,7 @@ await this.debugService.SetLineBreakpoints(
895
Assert.True(var.IsExpandable);
896
897
var childVars = debugService.GetVariables(var.Id);
898
- Assert.Equal(52, childVars.Length);
+ Assert.Equal(53, childVars.Length);
899
900
// Abort execution of the script
901
this.powerShellContext.AbortExecution();
0 commit comments