Skip to content

Commit 53d4757

Browse files
committed
Fix CEG test
1 parent 0181917 commit 53d4757

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BinaryObjectScanner.Test/Protection/CEGTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public void CheckPortableExecutableTest()
1414
Stream source = new MemoryStream(new byte[1024]);
1515
SabreTools.Serialization.Wrappers.PortableExecutable exe = new(model, source);
1616

17-
var checker = new CenegaProtectDVD();
17+
var checker = new CEG();
1818
string? actual = checker.CheckExecutable(file, exe, includeDebug: false);
1919
Assert.Null(actual);
2020
}

0 commit comments

Comments
 (0)