Skip to content

Commit

Permalink
Fix aborting job
Browse files Browse the repository at this point in the history
  • Loading branch information
aheber committed May 5, 2024
1 parent 3daf28b commit 14ff665
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dlrs/main/classes/SchedulerControllerTest.cls
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ public with sharing class SchedulerControllerTest {
}
}
Assert.isFalse(includesJob, 'Expected job to be cancelled');

System.abortJob(jobId);
}

@IsTest
Expand Down

0 comments on commit 14ff665

Please sign in to comment.