Skip to content

Commit 3c125c5

Browse files
Razmo99JustinGrote
authored andcommitted
removing unused test case data
1 parent 01c5e9f commit 3c125c5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

-7
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,5 @@ internal static class RenameVariableData
163163
Line = 9,
164164
RenameTo = "Renamed"
165165
};
166-
public static readonly RenameSymbolParams VariableInWhileDuplicateAssignment = new()
167-
{
168-
FileName = "VariableInWhileDuplicateAssignment.ps1",
169-
Column = 13,
170-
Line = 7,
171-
RenameTo = "Renamed"
172-
};
173166
}
174167
}

0 commit comments

Comments
 (0)