From 0daf237af1edfdd3af0a4fed890b212cc189ae6d Mon Sep 17 00:00:00 2001 From: 0xPatrick Date: Fri, 13 Dec 2024 11:46:10 -0500 Subject: [PATCH] chore: restore skipped test --- packages/boot/test/fast-usdc/fast-usdc.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/boot/test/fast-usdc/fast-usdc.test.ts b/packages/boot/test/fast-usdc/fast-usdc.test.ts index 0853f6b183b..6eae95b9ad2 100644 --- a/packages/boot/test/fast-usdc/fast-usdc.test.ts +++ b/packages/boot/test/fast-usdc/fast-usdc.test.ts @@ -187,7 +187,7 @@ test.serial('writes account addresses to vstorage', async t => { await documentStorageSchema(t, storage, doc); }); -test.skip('makes usdc advance', async t => { +test.serial('makes usdc advance', async t => { const { walletFactoryDriver: wd, storage,