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:
@@ -40,15 +40,16 @@ namespace SabreTools.Test.Filtering
|
||||
/// </summary>
|
||||
private static DatItem CreateDatItem()
|
||||
{
|
||||
return new Rom
|
||||
var rom = new Rom
|
||||
{
|
||||
Name = "foo",
|
||||
Machine = new Machine
|
||||
{
|
||||
Name = "bar",
|
||||
Description = "bar",
|
||||
}
|
||||
};
|
||||
rom.SetName("foo");
|
||||
return rom;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user