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 2a88a2e commit e3633b6Copy full SHA for e3633b6
test/PowerShellEditorServices.Test/Refactoring/RefactorFunctionTests.cs
@@ -1,4 +1,4 @@
1
-// Copyright (c) Microsoft Corporation.
+// Copyright (c) Microsoft Corporation.
2
// Licensed under the MIT License.
3
4
using System;
@@ -182,7 +182,7 @@ public void RenameFunctionSameName()
182
Assert.Equal(expectedContent.Contents, modifiedcontent);
183
}
184
[Fact]
185
- public void RenameFunctionInSscriptblock()
+ public void RenameFunctionInScriptblock()
186
{
187
RenameSymbolParams request = RefactorsFunctionData.FunctionScriptblock;
188
ScriptFile scriptFile = GetTestScript(request.FileName);
0 commit comments