Skip to content

Commit

Permalink
Reword a test constant
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrykuzmin committed Sep 3, 2020
1 parent 9e9c6a4 commit 7f54a15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
public final class SetTestProcessName
extends ProcessManagerMigration<ProjectId, TestProcessManager, Project, Project.Builder> {

public static final String NEW_NAME = "Migrated project";
public static final String NEW_NAME = "Migrated process";

@Override
public Project apply(Project project) {
Expand Down

0 comments on commit 7f54a15

Please sign in to comment.