BAEL-2435 Rename unit test class
Rename unit test class to actual contain 'UnitTest' per the defined standards
This commit is contained in:
parent
2b07c0364d
commit
e731b95ffb
|
@ -11,7 +11,7 @@ import com.baeldung.axon.coreapi.commands.MarkReadMessageCommand;
|
|||
import com.baeldung.axon.coreapi.events.MessageCreatedEvent;
|
||||
import com.baeldung.axon.coreapi.events.MessageReadEvent;
|
||||
|
||||
public class MessagesAggregateTest {
|
||||
public class MessagesAggregateUnitTest {
|
||||
|
||||
private FixtureConfiguration<MessagesAggregate> fixture;
|
||||
|
Loading…
Reference in New Issue