update to msg-v4

This commit is contained in:
Andre Staltz 2023-12-25 12:33:21 +02:00
parent d596754bd1
commit 0a52530ab2
No known key found for this signature in database
GPG Key ID: 9EDE23EA7E8A4890
1 changed files with 2 additions and 2 deletions

View File

@ -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'
)