mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
Fixed: Convert MonoOnly to PosixOnly
This commit is contained in:
@@ -51,7 +51,7 @@ namespace NzbDrone.Core.Test.ValidationTests
|
||||
[Test]
|
||||
public void should_not_be_valid_if_set_to_bin_folder()
|
||||
{
|
||||
MonoOnly();
|
||||
PosixOnly();
|
||||
|
||||
var bin = OsInfo.IsOsx ? "/System" : "/bin";
|
||||
var artist = Builder<Artist>.CreateNew()
|
||||
@@ -64,7 +64,7 @@ namespace NzbDrone.Core.Test.ValidationTests
|
||||
[Test]
|
||||
public void should_not_be_valid_if_child_of_bin_folder()
|
||||
{
|
||||
MonoOnly();
|
||||
PosixOnly();
|
||||
|
||||
var bin = OsInfo.IsOsx ? "/System" : "/bin";
|
||||
var artist = Builder<Artist>.CreateNew()
|
||||
|
||||
Reference in New Issue
Block a user