HHH-13831 Rename test class to EventListenerDuplicationStrategyTest

This commit is contained in:
Davide D'Alto 2020-01-30 16:37:11 +00:00 committed by Steve Ebersole
parent 0268ba9a33
commit 4cd9dd30a0
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* </p>
*/
@TestForIssue(jiraKey = "HHH-13831")
public class EventListenerReplacementStrategyTest {
public class EventListenerDuplicationStrategyTest {
@Rule
public ExpectedException thrown = ExpectedException.none();