Skip to content

Commit c9140c8

Browse files
committed
removing unused test case data
1 parent 301c6d4 commit c9140c8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
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)