mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Fixed broken tests, DeskMetrics now has a different id during dev and production.
This commit is contained in:
parent
4ea475d428
commit
340f05aef4
3 changed files with 8 additions and 6 deletions
|
@ -140,11 +140,8 @@ namespace NzbDrone.Core.Test.ProviderTests
|
|||
[Description("This test will use reflection to ensure each config property read/writes to a unique key")]
|
||||
public void config_properties_should_write_and_read_using_same_key()
|
||||
{
|
||||
|
||||
WithStrictMocker();
|
||||
|
||||
var configProvider = Mocker.Resolve<ConfigProvider>();
|
||||
var allProperties = typeof(ConfigProvider).GetProperties();
|
||||
var allProperties = typeof(ConfigProvider).GetProperties().Where(p => p.GetSetMethod() != null);
|
||||
|
||||
|
||||
//Act
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue