mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 20:44:00 +02:00
fixed some broken tests. broke some new ones.
This commit is contained in:
@@ -63,7 +63,6 @@ namespace NzbDrone.Core.Test.Configuration
|
||||
|
||||
Db.Insert(new Config { Key = key, Value = originalValue });
|
||||
|
||||
//Act
|
||||
Subject.SetValue(key, newValue);
|
||||
var result = Subject.GetValue(key, "");
|
||||
|
||||
|
Reference in New Issue
Block a user