1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-20 21:55:03 -04:00

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
@@ -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);
}