Reinstate update tests on BSD

[common]
This commit is contained in:
ta264 2021-12-15 21:40:54 +00:00 committed by Qstick
parent 8d7affae68
commit c6ae6f7b1c

View file

@ -27,7 +27,6 @@ public void no_update_when_version_higher()
[Test]
public void finds_update_when_version_lower()
{
NotBsd();
UseRealHttp();
Subject.GetLatestUpdate("develop", new Version(3, 0)).Should().NotBeNull();
}
@ -43,8 +42,6 @@ public void should_get_master_if_branch_doesnt_exit()
[Test]
public void should_get_recent_updates()
{
NotBsd();
const string branch = "nightly";
UseRealHttp();
var recent = Subject.GetRecentUpdates(branch, new Version(3, 0), null);