Use proper mount point for test files.

This commit is contained in:
2022-11-13 05:48:58 +00:00
parent 8d551c2d2a
commit 8b5e23a693
330 changed files with 413 additions and 411 deletions

View File

@@ -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()