@rotorsoft/act-tck 1.3.0 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1553,8 +1553,7 @@ var runStoreTck = (options) => {
1553
1553
  expect3(result.duration_ms).toBeGreaterThanOrEqual(0);
1554
1554
  expect3(result.dropped).toEqual({
1555
1555
  closed_streams: 0,
1556
- snapshots: 0,
1557
- empty_streams: 0
1556
+ snapshots: 0
1558
1557
  });
1559
1558
  const events = await collect(store, { limit: 10 });
1560
1559
  expect3(events).toHaveLength(0);