mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Use proper mount point for test files.
This commit is contained in:
@@ -47,7 +47,7 @@ public class GZip
|
||||
};
|
||||
readonly string _location;
|
||||
|
||||
public GZip() => _location = Path.Combine(Consts.TEST_FILES_ROOT, "Filters", "gzip.gz");
|
||||
public GZip() => _location = Path.Combine(Consts.TestFilesRoot, "Filters", "gzip.gz");
|
||||
|
||||
[Test]
|
||||
public void CheckContents()
|
||||
|
||||
Reference in New Issue
Block a user