RemoteMetering / geteventstore-promise

An EventStore http+tcp wrapper package
MIT License
31 stars 17 forks source link

fix(projections): fix trackEmittedStreams options #95

Closed maniolias closed 3 years ago

maniolias commented 3 years ago

I saw that I made a mistake in trackEmittedStreams assignment in projections assertion. The parameter was taking the value from emitEnabled. Nothing was break but every emitEnabled projections was also configured to track emitted streams.

I've added a test to confirm the issue before fixing it.

Sorry for that mistake!