BAEL-2435 Rename aggregate test
Rename aggregate test from MessagesAggregateIntegrationTest to MessagesAggregateTest, as it's not an integration test but a regular unit test
This commit is contained in:
@@ -11,7 +11,7 @@ import com.baeldung.axon.commands.MarkReadMessageCommand;
|
||||
import com.baeldung.axon.events.MessageCreatedEvent;
|
||||
import com.baeldung.axon.events.MessageReadEvent;
|
||||
|
||||
public class MessagesAggregateIntegrationTest {
|
||||
public class MessagesAggregateTest {
|
||||
|
||||
private FixtureConfiguration<MessagesAggregate> fixture;
|
||||
|
||||
Reference in New Issue
Block a user