Fix unit test

This commit is contained in:
Mbucari 2023-07-09 16:41:32 -06:00
parent 7d09728e6b
commit 1e40180f0c

View File

@ -540,7 +540,6 @@ namespace FileLiberator.Tests
value[i].StartOffsetMs.Should().Be(expected[i].StartOffsetMs);
value[i].StartOffsetSec.Should().Be(expected[i].StartOffsetSec);
value[i].LengthMs.Should().Be(expected[i].LengthMs);
value[i].Chapters.Should().BeNull();
}
}
}