mirror of
https://github.com/Radarr/Radarr.git
synced 2025-04-24 14:37:07 -04:00
Branch to nightly so tests pass
This commit is contained in:
parent
984d0101bf
commit
73ce77f1ca
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue