Fix tests

This commit is contained in:
Matt Nadareski
2025-09-20 11:05:56 -04:00
parent aef4495168
commit 6e7ef785ff
101 changed files with 107 additions and 107 deletions

View File

@@ -12,7 +12,7 @@ namespace BinaryObjectScanner.Test.Protection
{
string file = "filename";
SabreTools.Models.PortableExecutable.Executable model = new();
Stream source = new MemoryStream();
Stream source = new MemoryStream(new byte[1024]);
SabreTools.Serialization.Wrappers.PortableExecutable exe = new(model, source);
var checker = new GFWL();