mirror of https://codeberg.org/pzp/pzp-gc.git
update to msg-v4
This commit is contained in:
parent
d596754bd1
commit
0a52530ab2
|
@ -75,7 +75,7 @@ test('Dict ghosts', async (t) => {
|
|||
|
||||
assert.deepEqual(
|
||||
await p(alice.db.log.stats)(),
|
||||
{ totalBytes: 3684, deletedBytes: 0 },
|
||||
{ totalBytes: 4520, deletedBytes: 0 },
|
||||
'log stats before'
|
||||
)
|
||||
|
||||
|
@ -93,7 +93,7 @@ test('Dict ghosts', async (t) => {
|
|||
|
||||
assert.deepEqual(
|
||||
await p(alice.db.log.stats)(),
|
||||
{ totalBytes: 2572, deletedBytes: 0 },
|
||||
{ totalBytes: 3121, deletedBytes: 0 },
|
||||
'log stats after'
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue