mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Update tests with new filesystem types.
This commit is contained in:
@@ -37,7 +37,7 @@ namespace Aaru.Tests.Filesystems.FAT16;
|
||||
[TestFixture]
|
||||
public class Atari : ReadOnlyFilesystemTest
|
||||
{
|
||||
public Atari() : base("FAT16") {}
|
||||
public Atari() : base("fat16") {}
|
||||
|
||||
public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "FAT16 (Atari)");
|
||||
public override IFilesystem Plugin => new FAT();
|
||||
|
||||
Reference in New Issue
Block a user