mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Translate Aaru.Tests to Spanish (Spain).
This commit is contained in:
@@ -165,7 +165,7 @@ public abstract class FsExtractHashIssueTest
|
||||
ErrorNumber error = fs.OpenDir(path, out IDirNode node);
|
||||
|
||||
Assert.AreEqual(ErrorNumber.NoError, error,
|
||||
string.Format(Localization.Error_0_reading_root_directory_0, error.ToString()));
|
||||
string.Format(Localization.Error_0_reading_root_directory, error.ToString()));
|
||||
|
||||
while(fs.ReadDir(node, out string entry) == ErrorNumber.NoError &&
|
||||
entry is not null)
|
||||
|
||||
Reference in New Issue
Block a user