mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-21 22:05:38 -04:00
Converted jobs to dynamic
This commit is contained in:
@@ -161,7 +161,7 @@ namespace NzbDrone.Core.Test.JobTests
|
||||
|
||||
private void StartUpdate()
|
||||
{
|
||||
Mocker.Resolve<AppUpdateJob>().Start(MockNotification, 0, 0);
|
||||
Mocker.Resolve<AppUpdateJob>().Start(MockNotification, null);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user