mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Fixed broken tests
This commit is contained in:
parent
2e108620d6
commit
bcb13f93ff
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ namespace NzbDrone.Core.Test.UpdateTests
|
|||
private readonly UpdatePackage _updatePackage = new UpdatePackage
|
||||
{
|
||||
FileName = "NzbDrone.vnext.0.8.1.385.zip",
|
||||
Url = "http://update.nzbdrone.com/vnext/NzbDrone.vnext.0.8.1.385.zip",
|
||||
Url = "http://update.nzbdrone.com/v10/master/NzbDrone.master.2.0.0.0.zip",
|
||||
Version = new Version("0.8.1.385")
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue