Branch to nightly so tests pass

This commit is contained in:
Qstick 2020-11-21 23:53:48 -05:00
parent 984d0101bf
commit 73ce77f1ca
1 changed files with 1 additions and 1 deletions

View File

@ -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);