mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
marked UpdateServiceFixture as Windows only test
This commit is contained in:
parent
c02e187f32
commit
9ed5a06504
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ namespace NzbDrone.Core.Test.UpdateTests
|
|||
[SetUp]
|
||||
public void Setup()
|
||||
{
|
||||
WindowsOnly();
|
||||
|
||||
Mocker.GetMock<IAppFolderInfo>().SetupGet(c => c.TempFolder).Returns(TempFolder);
|
||||
Mocker.GetMock<ICheckUpdateService>().Setup(c => c.AvailableUpdate()).Returns(_updatePackage);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue