Skip to content

Commit e731b95

Browse files
committed
BAEL-2435 Rename unit test class
Rename unit test class to actual contain 'UnitTest' per the defined standards
1 parent 2b07c03 commit e731b95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

axon/src/test/java/com/baeldung/axon/commandmodel/MessagesAggregateTest.java renamed to axon/src/test/java/com/baeldung/axon/commandmodel/MessagesAggregateUnitTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import com.baeldung.axon.coreapi.events.MessageCreatedEvent;
1212
import com.baeldung.axon.coreapi.events.MessageReadEvent;
1313

14-
public class MessagesAggregateTest {
14+
public class MessagesAggregateUnitTest {
1515

1616
private FixtureConfiguration<MessagesAggregate> fixture;
1717

0 commit comments

Comments
 (0)