mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
marked UpdateServiceFixture as Windows only test
This commit is contained in:
parent
c02e187f32
commit
9ed5a06504
@ -30,6 +30,8 @@ public class UpdateServiceFixture : CoreTest<InstallUpdateService>
|
||||
[SetUp]
|
||||
public void Setup()
|
||||
{
|
||||
WindowsOnly();
|
||||
|
||||
Mocker.GetMock<IAppFolderInfo>().SetupGet(c => c.TempFolder).Returns(TempFolder);
|
||||
Mocker.GetMock<ICheckUpdateService>().Setup(c => c.AvailableUpdate()).Returns(_updatePackage);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user