mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 00:53:57 -07:00
Fixed: Convert MonoOnly to PosixOnly
This commit is contained in:
parent
8a938f6856
commit
d881b26261
14 changed files with 40 additions and 29 deletions
|
@ -38,7 +38,7 @@ namespace NzbDrone.Common.Test.DiskTests
|
|||
[Test]
|
||||
public void should_use_verified_transfer_on_mono()
|
||||
{
|
||||
MonoOnly();
|
||||
PosixOnly();
|
||||
|
||||
Subject.VerificationMode.Should().Be(DiskTransferVerificationMode.TryTransactional);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue