Skip to content

Commit

Permalink
chore: restore skipped test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpatrickdev committed Dec 13, 2024
1 parent 71b90b3 commit 0daf237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/boot/test/fast-usdc/fast-usdc.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0daf237

Please sign in to comment.