Skip to content

Commit

Permalink
Fix ut test error
Browse files Browse the repository at this point in the history
  • Loading branch information
majin.nathan committed Oct 16, 2024
1 parent c0c2e84 commit b9e04f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class OptimizingStages {
private static final Map<String, ProcessStage> STAGES =
ImmutableMap.<String, ProcessStage>builder()
.put(MINOR.getDesc(), MINOR)
.put(MINOR.getDesc(), MAJOR)
.put(MAJOR.getDesc(), MAJOR)
.put(FULL.getDesc(), FULL)
.put(COMMITTING.getDesc(), COMMITTING)
.put(PLANNING.getDesc(), PLANNING)
Expand Down

0 comments on commit b9e04f3

Please sign in to comment.