I was reading the Clean Architecture Code and I realized the NewItemAddedEvent in (Clean.Architecture.Core) is not handled, and it's only used on tests.
Is there a reason why it's created as an event and left unhandled? what's its purpose on test?