mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-05-06 20:43:36 +00:00
Fix test
This commit is contained in:
@@ -576,8 +576,8 @@ namespace SabreTools.Metadata.DatFiles.Test
|
||||
{
|
||||
return new Data.Models.Metadata.Display
|
||||
{
|
||||
AspectX = 12345,
|
||||
AspectY = 12345,
|
||||
AspectX = null, // Null to ensure it is not Video
|
||||
AspectY = null, // Null to ensure it is not Video
|
||||
FlipX = true,
|
||||
HBEnd = 12345,
|
||||
HBStart = 12345,
|
||||
|
||||
Reference in New Issue
Block a user