mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix location of test files.
This commit is contained in:
@@ -46,7 +46,7 @@ namespace Aaru.Tests.Filters
|
||||
};
|
||||
readonly string location;
|
||||
|
||||
public LZip() => location = Path.Combine(Consts.TestFilesRoot, "filters", "lzip.lz");
|
||||
public LZip() => location = Path.Combine(Consts.TestFilesRoot, "Filters", "lzip.lz");
|
||||
|
||||
[Test]
|
||||
public void CheckContents()
|
||||
|
||||
Reference in New Issue
Block a user