mirror of
https://github.com/SabreTools/SabreTools.IO.git
synced 2026-02-15 13:55:04 +00:00
Fix write tests, add notes
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user