mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-15 21:06:20 -04: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