mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
Some test cleanup
This commit is contained in:
parent
633f0b6197
commit
82b6ec5ed4
5 changed files with 63 additions and 64 deletions
|
@ -18,6 +18,7 @@ namespace NzbDrone.Core
|
|||
_jobProvider = jobProvider;
|
||||
}
|
||||
|
||||
//TODO: Make timer doesn't keep running during unit tests.
|
||||
public void StartTimer(int secondInterval)
|
||||
{
|
||||
_onCacheRemove = new CacheItemRemovedCallback(DoWork);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue