Prepping for git flow, changed update branch to master

This commit is contained in:
Mark McDowall
2013-08-09 22:00:07 -07:00
parent 649f666a3a
commit 2e108620d6
4 changed files with 11 additions and 7 deletions
@@ -14,7 +14,7 @@ namespace NzbDrone.Core.Test.UpdateTests
{
UseRealHttp();
Mocker.GetMock<IConfigFileProvider>().SetupGet(c => c.UpdateUrl).Returns("http://update.nzbdrone.com/_release/");
Mocker.GetMock<IConfigFileProvider>().SetupGet(c => c.Branch).Returns("master");
var updates = Subject.GetAvailablePackages().ToList();