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