mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Refactor] Use collection expressions.
This commit is contained in:
@@ -42,8 +42,8 @@ public class ImageDisk : BlockMediaImageTest
|
||||
|
||||
public override IMediaImage Plugin => new Imd();
|
||||
|
||||
public override BlockImageTestExpected[] Tests => new[]
|
||||
{
|
||||
public override BlockImageTestExpected[] Tests =>
|
||||
[
|
||||
new BlockImageTestExpected
|
||||
{
|
||||
TestFile = "mf2dd_acorn.imd.lz",
|
||||
@@ -76,5 +76,5 @@ public class ImageDisk : BlockMediaImageTest
|
||||
SectorSize = 512,
|
||||
Md5 = "9dea1e119a73a21a38d134f36b2e5564"
|
||||
}
|
||||
};
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user