1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-18 08:19:38 +02:00

Branch to nightly so tests pass

This commit is contained in:
Qstick 2020-11-21 23:53:48 -05:00
parent 984d0101bf
commit 73ce77f1ca

View File

@ -43,7 +43,7 @@ public void should_get_master_if_branch_doesnt_exit()
[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);