mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[UnitTest] BuildDirectory method must be internal for commented code.
This commit is contained in:
@@ -259,7 +259,7 @@ public abstract class ReadOnlyFilesystemTest : FilesystemTest
|
||||
}
|
||||
}
|
||||
|
||||
static Dictionary<string, FileData> BuildDirectory(IReadOnlyFilesystem fs, string path, int currentDepth)
|
||||
internal static Dictionary<string, FileData> BuildDirectory(IReadOnlyFilesystem fs, string path, int currentDepth)
|
||||
{
|
||||
currentDepth++;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user