mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-12 11:15:43 +02:00
fixed broken tests
This commit is contained in:
parent
be86c3ba52
commit
be74c67df8
@ -33,6 +33,7 @@ public void FixtureTearDown()
|
||||
{
|
||||
try
|
||||
{
|
||||
|
||||
File.Delete(file);
|
||||
}
|
||||
catch
|
||||
|
@ -92,6 +92,7 @@ public void can_run_broken_job_again()
|
||||
var timerProvider = mocker.Resolve<JobProvider>();
|
||||
timerProvider.Initialize();
|
||||
var firstRun = timerProvider.RunScheduled();
|
||||
Thread.Sleep(2000);
|
||||
var secondRun = timerProvider.RunScheduled();
|
||||
|
||||
Assert.IsTrue(firstRun);
|
||||
|
Loading…
Reference in New Issue
Block a user