1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-01-31 11:22:06 +00:00

marked UpdateServiceFixture as Windows only test

This commit is contained in:
kay.one 2013-07-06 12:10:32 -07:00
parent c02e187f32
commit 9ed5a06504

View file

@ -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);