mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Convert into primary constructor.
This commit is contained in:
@@ -37,10 +37,8 @@ namespace Aaru.Tests.Filesystems.AOFS;
|
||||
|
||||
[TestFixture]
|
||||
[SuppressMessage("ReSharper", "InconsistentNaming")]
|
||||
public class MBR_RDB : FilesystemTest
|
||||
public class MBR_RDB() : FilesystemTest("aofs")
|
||||
{
|
||||
public MBR_RDB() : base("aofs") {}
|
||||
|
||||
public override string DataFolder =>
|
||||
Path.Combine(Consts.TestFilesRoot, "Filesystems", "Amiga Old File System (MBR+RDB)");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user