mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-24 22:55:21 -04:00
New: Convert to New CSProj Format
Co-Authored-By: taloth <taloth@users.noreply.github.com>
This commit is contained in:
@@ -24,7 +24,7 @@ namespace NzbDrone.Core.Test.ThingiProvider
|
||||
|
||||
var storedSetting = (NewznabSettings)storedProvider.Settings;
|
||||
|
||||
storedSetting.ShouldBeEquivalentTo(newznabSettings, o=>o.IncludingAllRuntimeProperties());
|
||||
storedSetting.Should().BeEquivalentTo(newznabSettings, o=>o.IncludingAllRuntimeProperties());
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user