mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-23 22:25:14 -04:00
Handle 1.1x version from Sabnzbd
This commit is contained in:
@@ -402,6 +402,7 @@ namespace NzbDrone.Core.Test.Download.DownloadClientTests.SabnzbdTests
|
||||
[TestCase("0.8.0", true)]
|
||||
[TestCase("1.0.0", true)]
|
||||
[TestCase("1.0.0RC1", true)]
|
||||
[TestCase("1.1.x", true)]
|
||||
public void should_test_version(string version, bool expected)
|
||||
{
|
||||
Mocker.GetMock<ISabnzbdProxy>()
|
||||
|
||||
Reference in New Issue
Block a user