Skip to content

Commit c5d10c5

Browse files
committed
Fix all Tests
1 parent d1f2a63 commit c5d10c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/PowerShellEditorServices.Test.Shared/Refactoring/Variables/RefactorVariableTestCases.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ public class RefactorVariableTestCases
77
[
88
new ("SimpleVariableAssignment.ps1", Line: 1, Column: 1),
99
new ("VariableCommandParameter.ps1", Line: 3, Column: 17),
10-
new ("VariableCommandParameter.ps1", Line: 10, Column: 9),
11-
new ("VariableCommandParameterSplatted.ps1", Line: 16, Column: 5),
12-
new ("VariableCommandParameterSplatted.ps1", Line: 21, Column: 11),
10+
new ("VariableCommandParameter.ps1", Line: 10, Column: 10),
11+
new ("VariableCommandParameterSplatted.ps1", Line: 3, Column: 19 ),
12+
new ("VariableCommandParameterSplatted.ps1", Line: 21, Column: 12),
1313
new ("VariableDotNotationFromInnerFunction.ps1", Line: 1, Column: 1),
1414
new ("VariableDotNotationFromInnerFunction.ps1", Line: 11, Column: 26),
1515
new ("VariableInForeachDuplicateAssignment.ps1", Line: 6, Column: 18),

0 commit comments

Comments
 (0)