Skip to content

Commit 8a1b007

Browse files
committed
Added log for checkpoint position mismatch
1 parent dc892a6 commit 8a1b007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/emmett-esdb/src/eventStore/consumers/eventStoreDBEventStoreConsumer.inMemory.projections.int.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ void describe('EventStoreDB event store started consumer', () => {
217217
assertMatches(summary, {
218218
_id: streamName,
219219
status: 'confirmed',
220-
//_version: 2n,
220+
_version: 2n,
221221
productItemsCount: productItem.quantity,
222222
});
223223
} finally {

0 commit comments

Comments
 (0)