HHH-13831 Rename test class to EventListenerDuplicationStrategyTest
This commit is contained in:
parent
0268ba9a33
commit
4cd9dd30a0
|
@ -25,7 +25,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||||
* </p>
|
* </p>
|
||||||
*/
|
*/
|
||||||
@TestForIssue(jiraKey = "HHH-13831")
|
@TestForIssue(jiraKey = "HHH-13831")
|
||||||
public class EventListenerReplacementStrategyTest {
|
public class EventListenerDuplicationStrategyTest {
|
||||||
|
|
||||||
@Rule
|
@Rule
|
||||||
public ExpectedException thrown = ExpectedException.none();
|
public ExpectedException thrown = ExpectedException.none();
|
Loading…
Reference in New Issue