mirror of
https://github.com/Radarr/Radarr
synced 2025-12-29 19:57:57 +01:00
Fixed update test
This commit is contained in:
parent
04f07aefe1
commit
1013471449
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ public void no_update_when_version_higher()
|
|||
public void finds_update_when_version_lower()
|
||||
{
|
||||
UseRealHttp();
|
||||
Subject.GetLatestUpdate("master", new Version(1, 0)).Should().NotBeNull();
|
||||
Subject.GetLatestUpdate("master", new Version(2, 0)).Should().NotBeNull();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue