mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Reenable RemoverTests tests
This commit is contained in:
@@ -211,7 +211,7 @@ namespace SabreTools.DatTools
|
||||
/// <summary>
|
||||
/// Remove machine fields with given values
|
||||
/// </summary>
|
||||
private void RemoveFields(Machine? machine)
|
||||
internal void RemoveFields(Machine? machine)
|
||||
{
|
||||
// If we have an invalid input, return
|
||||
if (machine == null || MachineFieldNames.Count == 0)
|
||||
@@ -227,7 +227,7 @@ namespace SabreTools.DatTools
|
||||
/// Remove fields with given values
|
||||
/// </summary>
|
||||
/// <param name="datItem">DatItem to remove fields from</param>
|
||||
private void RemoveFields(DatItem? datItem)
|
||||
internal void RemoveFields(DatItem? datItem)
|
||||
{
|
||||
if (datItem == null)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user