Fixed: Convert MonoOnly to PosixOnly

This commit is contained in:
ta264
2019-10-28 21:12:26 +00:00
parent 8aa3383e65
commit 9f5dac3789
14 changed files with 40 additions and 29 deletions
@@ -19,7 +19,7 @@ namespace NzbDrone.Common.Test.EnsureTest
[TestCase(@"/var/user/file with, comma.mp3")]
public void EnsureLinuxPath(string path)
{
MonoOnly();
PosixOnly();
Ensure.That(path, () => path).IsValidPath();
}
}