mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-07 13:32:17 -07:00
Fixed: Extra checks in place to prevent config file corruption
This commit is contained in:
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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue