mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
wrote automoqer unit test
This commit is contained in:
parent
7b4a92fbe6
commit
53607d89fe
5 changed files with 214 additions and 7 deletions
|
@ -14,7 +14,10 @@ namespace NzbDrone.Core.Providers
|
|||
private IRepository _sonicRepo;
|
||||
private static readonly Logger Logger = LogManager.GetCurrentClassLogger();
|
||||
|
||||
public QualityProvider() { }
|
||||
public QualityProvider()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public QualityProvider(IRepository sonicRepo)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue