mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -07: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 @@ namespace NzbDrone.Core.Test.UpdateTests
|
||||||
public void finds_update_when_version_lower()
|
public void finds_update_when_version_lower()
|
||||||
{
|
{
|
||||||
UseRealHttp();
|
UseRealHttp();
|
||||||
Subject.GetLatestUpdate("master", new Version(1, 0)).Should().NotBeNull();
|
Subject.GetLatestUpdate("master", new Version(2, 0)).Should().NotBeNull();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue