mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-04 07:44:18 +00:00
Fixed: Extra checks in place to prevent config file corruption
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user