Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e3633b6

Browse files
committedJun 6, 2024
fixing type in test name
1 parent 2a88a2e commit e3633b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎test/PowerShellEditorServices.Test/Refactoring/RefactorFunctionTests.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Microsoft Corporation.
1+
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT License.
33

44
using System;
@@ -182,7 +182,7 @@ public void RenameFunctionSameName()
182182
Assert.Equal(expectedContent.Contents, modifiedcontent);
183183
}
184184
[Fact]
185-
public void RenameFunctionInSscriptblock()
185+
public void RenameFunctionInScriptblock()
186186
{
187187
RenameSymbolParams request = RefactorsFunctionData.FunctionScriptblock;
188188
ScriptFile scriptFile = GetTestScript(request.FileName);

0 commit comments

Comments
 (0)
Please sign in to comment.