From 0a52530ab2a249e65e3a50de1a666d1ccee81af9 Mon Sep 17 00:00:00 2001 From: Andre Staltz Date: Mon, 25 Dec 2023 12:33:21 +0200 Subject: [PATCH] update to msg-v4 --- test/dict-ghosts.test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/dict-ghosts.test.js b/test/dict-ghosts.test.js index 8995613..c18ba7e 100644 --- a/test/dict-ghosts.test.js +++ b/test/dict-ghosts.test.js @@ -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' )