Skip to content

Commit

Permalink
Comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Fawcett committed Nov 20, 2018
1 parent 6ec0caf commit 4f9d49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion force-brf/test/classes/brf_BatchableErrorTestJob.cls
Expand Up @@ -36,7 +36,7 @@ public class brf_BatchableErrorTestJob
if(retryMode) {
throw e;
}
// We emulate BatchApexErrorEvent firing if running in test mode (subject to change in once the feature GA's)
// We emulate BatchApexErrorEvent firing if running in test mode (subject to change once the feature GA's)
BatchApexErrorEvent event = new BatchApexErrorEvent();
event.AsyncApexJobId = ctx.getJobId();
event.DoesExceedJobScopeMaxLength = false;
Expand Down

0 comments on commit 4f9d49a

Please sign in to comment.