mirror of
https://github.com/Readarr/Readarr
synced 2025-12-12 03:13:54 +01:00
Reinstate tests
This commit is contained in:
parent
c17c8815ef
commit
575f995916
1 changed files with 0 additions and 5 deletions
|
|
@ -24,11 +24,9 @@ public void no_update_when_version_higher()
|
|||
Subject.GetLatestUpdate("nightly", new Version(10, 0)).Should().BeNull();
|
||||
}
|
||||
|
||||
[Ignore("Pending linux-x86 merge")]
|
||||
[Test]
|
||||
public void finds_update_when_version_lower()
|
||||
{
|
||||
NotBsd();
|
||||
UseRealHttp();
|
||||
Subject.GetLatestUpdate("nightly", new Version(0, 1)).Should().NotBeNull();
|
||||
}
|
||||
|
|
@ -41,12 +39,9 @@ public void should_get_master_if_branch_doesnt_exit()
|
|||
Subject.GetLatestUpdate("invalid_branch", new Version(0, 2)).Should().NotBeNull();
|
||||
}
|
||||
|
||||
[Ignore("Pending linux-x86 merge")]
|
||||
[Test]
|
||||
public void should_get_recent_updates()
|
||||
{
|
||||
NotBsd();
|
||||
|
||||
const string branch = "nightly";
|
||||
UseRealHttp();
|
||||
var recent = Subject.GetRecentUpdates(branch, new Version(0, 1));
|
||||
|
|
|
|||
Loading…
Reference in a new issue