mirror of https://github.com/Radarr/Radarr
Branch to nightly so tests pass
This commit is contained in:
parent
984d0101bf
commit
73ce77f1ca
|
@ -43,7 +43,7 @@ namespace NzbDrone.Core.Test.UpdateTests
|
|||
[Test]
|
||||
public void should_get_recent_updates()
|
||||
{
|
||||
const string branch = "develop";
|
||||
const string branch = "nightly";
|
||||
UseRealHttp();
|
||||
var recent = Subject.GetRecentUpdates(branch, new Version(2, 0));
|
||||
var recentWithChanges = recent.Where(c => c.Changes != null);
|
||||
|
|
Loading…
Reference in New Issue