Fix write tests, add notes

This commit is contained in:
Matt Nadareski
2024-04-28 16:55:16 -04:00
parent 6ea8aab7c7
commit cd08925411
6 changed files with 6 additions and 3 deletions

View File

@@ -448,7 +448,7 @@ namespace SabreTools.IO.Test.Extensions
[Fact]
public void WriteTypeSequentialTest()
{
byte[] buffer = new byte[16];
byte[] buffer = new byte[24];
int offset = 0;
var obj = new TestStructSequential
{