mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
Fixed: Update service test
This commit is contained in:
parent
736fddd0d8
commit
93f7acfd32
1 changed files with 6 additions and 6 deletions
|
@ -35,9 +35,9 @@ namespace NzbDrone.Core.Test.UpdateTests
|
||||||
{
|
{
|
||||||
_updatePackage = new UpdatePackage
|
_updatePackage = new UpdatePackage
|
||||||
{
|
{
|
||||||
FileName = "Lidarr.develop.0.2.0.195.tar.gz",
|
FileName = "Lidarr.develop.0.6.2.883.tar.gz",
|
||||||
Url = "https://ci.appveyor.com/api/buildjobs/5fk7if5wjlb8twhv/artifacts/_artifacts/Lidarr.develop.0.2.0.195.linux.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.2.0.195")
|
Version = new Version("0.6.2.883")
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -45,9 +45,9 @@ namespace NzbDrone.Core.Test.UpdateTests
|
||||||
{
|
{
|
||||||
_updatePackage = new UpdatePackage
|
_updatePackage = new UpdatePackage
|
||||||
{
|
{
|
||||||
FileName = "Lidarr.develop.0.2.0.195.zip",
|
FileName = "Lidarr.develop.0.6.2.883.zip",
|
||||||
Url = "https://ci.appveyor.com/api/buildjobs/5fk7if5wjlb8twhv/artifacts/_artifacts/Lidarr.develop.0.2.0.195.windows.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.2.0.195")
|
Version = new Version("0.6.2.883")
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue