mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix tests, migrate Adjuster
This commit is contained in:
@@ -115,15 +115,16 @@ namespace SabreTools.Test.Filtering
|
||||
/// </summary>
|
||||
private static DatItem CreateDatItem(string name, string machine, string desc)
|
||||
{
|
||||
return new Rom
|
||||
var rom = new Rom
|
||||
{
|
||||
Name = name,
|
||||
Machine = new Machine
|
||||
{
|
||||
Name = machine,
|
||||
Description = desc,
|
||||
}
|
||||
};
|
||||
rom.SetName(name);
|
||||
return rom;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user