mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Test methods don't need to be public.
This commit is contained in:
@@ -78,7 +78,7 @@ namespace DiscImageChef.Tests.Devices.ATA
|
||||
}
|
||||
}
|
||||
|
||||
public static void CheckMediaCardType(string devPath, Device dev)
|
||||
static void CheckMediaCardType(string devPath, Device dev)
|
||||
{
|
||||
byte feature = 0;
|
||||
string strDev;
|
||||
|
||||
Reference in New Issue
Block a user