General refactor and cleanup.

This commit is contained in:
2024-05-01 04:05:22 +01:00
parent 185a8c3fd5
commit e46d21bde6
922 changed files with 36437 additions and 29485 deletions

View File

@@ -17,8 +17,8 @@ namespace Aaru.Tests.Issues._590;
[SuppressMessage("ReSharper", "UnusedType.Global")]
public class asus_driver_gpu_tweak_v1231_2014 : FsExtractHashIssueTest
{
protected override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Issues", "Fixed", "issue590",
"asus-driver-gpu-tweak-v1231-2014");
protected override string DataFolder =>
Path.Combine(Consts.TestFilesRoot, "Issues", "Fixed", "issue590", "asus-driver-gpu-tweak-v1231-2014");
protected override string TestFile => "V1231.aaruf";
protected override Dictionary<string, string> ParsedOptions => new();