Skip to content

Commit

Permalink
Fixing typo in migration id. (#5841)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrferguson1 authored Feb 13, 2025
1 parent a95f4b0 commit c3132ef
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class MigrateCaseController extends CallbackController {
"DFPL-2572", this::run2572,
"DFPL-2635", this::run2635,
"DFPL-2642", this::run2642,
"DFPL-2638", this::run2640
"DFPL-2640", this::run2640
);
private final CaseConverter caseConverter;
private final JudicialService judicialService;
Expand Down Expand Up @@ -90,7 +90,7 @@ private void run2642(CaseDetails caseDetails) {
}

private void run2640(CaseDetails caseDetails) {
final String migrationId = "DFPL-run2640";
final String migrationId = "DFPL-2640";
final long expectedCaseId = 1717064003872528L;
final String orgId = "1B8LGGK";

Expand Down

0 comments on commit c3132ef

Please sign in to comment.