mirror of
https://github.com/Radarr/Radarr
synced 2024-12-27 10:19:41 +00:00
minor fixes to wtf-gtfo
This commit is contained in:
parent
aa68faaf88
commit
380d2624f1
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ public void finds_update_when_version_lower()
|
||||||
public void should_get_master_if_branch_doesnt_exit()
|
public void should_get_master_if_branch_doesnt_exit()
|
||||||
{
|
{
|
||||||
UseRealHttp();
|
UseRealHttp();
|
||||||
Subject.GetLatestUpdate("master2", new Version(2, 0)).Should().NotBeNull();
|
Subject.GetLatestUpdate("invalid_branch", new Version(2, 0)).Should().NotBeNull();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -52,7 +52,7 @@ public UpdatePackage AvailableUpdate()
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
_logger.ErrorException("couldn't revert back to master.", e);
|
_logger.ErrorException("Couldn't revert back to master.", e);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue