mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
Fixed: Update service test
This commit is contained in:
@@ -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")
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user