Fixed: mono 4.4.2 won't trigger mono version error

This commit is contained in:
Mark McDowall
2016-11-01 13:08:37 -07:00
parent 1251e294cd
commit 1a61796092
2 changed files with 2 additions and 1 deletions
@@ -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);