mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-27 22:56:45 -04:00
Fixed: Convert MonoOnly to PosixOnly
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user