BAEL-2435 Rename unit test class

Rename unit test class to actual contain 'UnitTest' per the defined
standards
This commit is contained in:
Steven van Beelen 2018-12-18 15:01:29 +01:00
parent 2b07c0364d
commit e731b95ffb
1 changed files with 1 additions and 1 deletions

View File

@ -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;