mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add GetMissingRequiredFields tests
This commit is contained in:
@@ -197,9 +197,6 @@ namespace SabreTools.DatFiles.Formats
|
||||
if (string.IsNullOrEmpty(sharedFeat.GetName()))
|
||||
missingFields.Add(Models.Metadata.SharedFeat.NameKey);
|
||||
break;
|
||||
default:
|
||||
// Unsupported ItemTypes should be caught already
|
||||
return null;
|
||||
}
|
||||
|
||||
return missingFields;
|
||||
|
||||
Reference in New Issue
Block a user