Skip to content

Commit b4a5647

Browse files
committed
adjusted test to use -username param instead of -password due to Alias creation
1 parent 1a6e2a2 commit b4a5647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ internal static class RenameVariableData
139139
{
140140
FileName = "VarableCommandParameterSplatted.ps1",
141141
Column = 10,
142-
Line = 15,
142+
Line = 21,
143143
RenameTo = "Renamed"
144144
};
145145
public static readonly RenameSymbolParams VarableCommandParameterSplattedFromSplat = new()

0 commit comments

Comments
 (0)