mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -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