Fixed: Extra checks in place to prevent config file corruption

This commit is contained in:
Mark McDowall 2015-01-22 21:34:10 -08:00
parent 013615a7a5
commit ddb24549d4
2 changed files with 32 additions and 16 deletions

View file

@ -29,10 +29,8 @@ namespace NzbDrone.Common.Test
const string key = "Port";
const string value = "8989";
var result = Subject.GetValue(key, value);
result.Should().Be(value);
}