Automatic cleanup

This commit is contained in:
Matt Nadareski
2025-11-07 08:24:22 -05:00
parent d2eebd0f00
commit dcdf0bcf40
161 changed files with 262 additions and 262 deletions

View File

@@ -19,7 +19,7 @@ namespace BinaryObjectScanner.Test.Protection
string? actual = checker.CheckExecutable(file, exe, includeDebug: false);
Assert.Null(actual);
}
[Fact]
public void CheckPortableExecutableTest()
{
@@ -32,7 +32,7 @@ namespace BinaryObjectScanner.Test.Protection
string? actual = checker.CheckExecutable(file, exe, includeDebug: false);
Assert.Null(actual);
}
[Fact]
public void CheckDirectoryPathTest()
{
@@ -54,4 +54,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}