Skip to content

Commit

Permalink
Fix aborting job
Browse files Browse the repository at this point in the history
  • Loading branch information
aheber committed Apr 22, 2024
1 parent 6c83b96 commit fa58332
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 fa58332

Please sign in to comment.