Skip to content

Commit

Permalink
Adapt to m2e.lifecycle clean-ups
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed Jul 4, 2022
1 parent f9f0cf8 commit 4e4fa12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ public void testDiscoverProjectConfigurators() throws Exception {
}
}
assertNotNull("projectConfiguratorRequirement not found", configurator);
assertEquals("LifecycleMappingTest.projectConfigurator", configurator.getProjectConfiguratorId());
assertEquals("LifecycleMappingTest.projectConfigurator", configurator.configuratorId());
// sanity checks
/*
assertEquals("test-goal-1", goal1.getGoal());
Expand Down

0 comments on commit 4e4fa12

Please sign in to comment.