mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
Fixed: mono 4.4.2 won't trigger mono version error
This commit is contained in:
@@ -25,6 +25,7 @@ namespace NzbDrone.Core.Test.HealthCheck.Checks
|
||||
[TestCase("4.0.0.0")]
|
||||
[TestCase("4.2")]
|
||||
[TestCase("4.6")]
|
||||
[TestCase("4.4.2")]
|
||||
public void should_return_ok(string version)
|
||||
{
|
||||
GivenOutput(version);
|
||||
|
||||
Reference in New Issue
Block a user