diff --git a/test/suites/dev/moonbase/test-storage-growth/test-block-storage-growth.ts b/test/suites/dev/moonbase/test-storage-growth/test-block-storage-growth.ts index 5ef97e1e7f..a309a8bc55 100644 --- a/test/suites/dev/moonbase/test-storage-growth/test-block-storage-growth.ts +++ b/test/suites/dev/moonbase/test-storage-growth/test-block-storage-growth.ts @@ -28,7 +28,7 @@ describeSuite({ } await context.createBlock(); - expect((await context.viem().getBlock()).transactions.length).toBe(246); + expect((await context.viem().getBlock()).transactions.length).toBe(264); }, }); },