Skip to content

Commit

Permalink
[WIP]
Browse files Browse the repository at this point in the history
  • Loading branch information
jongpie committed Oct 16, 2024
1 parent 25637cd commit 15f7850
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ private class LogBatchApexErrorEventHandler_Tests implements Database.Batchable<
LoggerConfigurationDataSelector.useMocks();
}

private final Phase throwLocation;

private enum Phase {
START,
EXECUTE,
FINISH
}

private final Phase throwLocation;

@IsTest
static void it_should_create_log_when_batch_job_throws_in_start_method() {
runTestForPhase(Phase.START);
Expand Down

0 comments on commit 15f7850

Please sign in to comment.