Skip to content

Commit 5ba58aa

Browse files
committed
fix mapping test
1 parent 897e51e commit 5ba58aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/eventstoreTest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1590,7 +1590,7 @@ describe('eventstore', function () {
15901590
positionsCollectionName: 'positions',
15911591
trackPosition: true,
15921592
});
1593-
es.defineEventMappings({ commitStamp: 'head.position' });
1593+
es.defineEventMappings({ position: 'head.position' });
15941594
es.init(function(err) {
15951595
es.store.clear(done);
15961596
});

0 commit comments

Comments
 (0)