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:
parent
3e3210a803
commit
00b297a4d0
|
@ -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;
|
||||
|
Loading…
Reference in New Issue