From 93f7acfd3252c2624fafd65209293937fe569a79 Mon Sep 17 00:00:00 2001 From: ta264 Date: Tue, 9 Jul 2019 22:01:12 +0100 Subject: [PATCH] Fixed: Update service test --- .../UpdateTests/UpdateServiceFixture.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/NzbDrone.Core.Test/UpdateTests/UpdateServiceFixture.cs b/src/NzbDrone.Core.Test/UpdateTests/UpdateServiceFixture.cs index 6c3895518..06fec4ff1 100644 --- a/src/NzbDrone.Core.Test/UpdateTests/UpdateServiceFixture.cs +++ b/src/NzbDrone.Core.Test/UpdateTests/UpdateServiceFixture.cs @@ -35,9 +35,9 @@ namespace NzbDrone.Core.Test.UpdateTests { _updatePackage = new UpdatePackage { - FileName = "Lidarr.develop.0.2.0.195.tar.gz", - Url = "https://ci.appveyor.com/api/buildjobs/5fk7if5wjlb8twhv/artifacts/_artifacts/Lidarr.develop.0.2.0.195.linux.tar.gz", - Version = new Version("0.2.0.195") + FileName = "Lidarr.develop.0.6.2.883.tar.gz", + Url = "https://github.com/lidarr/Lidarr/releases/download/v0.6.2.883/Lidarr.develop.0.6.2.883.linux.tar.gz", + Version = new Version("0.6.2.883") }; } @@ -45,9 +45,9 @@ namespace NzbDrone.Core.Test.UpdateTests { _updatePackage = new UpdatePackage { - FileName = "Lidarr.develop.0.2.0.195.zip", - Url = "https://ci.appveyor.com/api/buildjobs/5fk7if5wjlb8twhv/artifacts/_artifacts/Lidarr.develop.0.2.0.195.windows.zip", - Version = new Version("0.2.0.195") + FileName = "Lidarr.develop.0.6.2.883.zip", + Url = "https://github.com/lidarr/Lidarr/releases/download/v0.6.2.883/Lidarr.develop.0.6.2.883.windows.zip", + Version = new Version("0.6.2.883") }; }