mrmorrandir / EventSourcing

An event sourcing library with an EF Core based persistence (in order to use MSSQL and other relational databases that are available in corporate scopes).
MIT License
1 stars 0 forks source link

Improve tests #12

Open mrmorrandir opened 5 months ago

mrmorrandir commented 5 months ago

The tests must be improved. There are several bad tests or tests with side-effects.

mrmorrandir commented 4 months ago

Worst test it the one for the Publisher (RabbitMQ) - there is everything in it... DependencyInjection, etc.... this is evil.