From 0b3803526819cbe7a9ddf82075fd4a7fe2b0c38d Mon Sep 17 00:00:00 2001 From: Mathieu Hofman Date: Wed, 2 Oct 2024 05:13:19 +0000 Subject: [PATCH] test(orchestration): contract upgrade no longer failing --- packages/boot/test/orchestration/contract-upgrade.test.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/boot/test/orchestration/contract-upgrade.test.ts b/packages/boot/test/orchestration/contract-upgrade.test.ts index 7f453ed990d..7f34dc1341f 100644 --- a/packages/boot/test/orchestration/contract-upgrade.test.ts +++ b/packages/boot/test/orchestration/contract-upgrade.test.ts @@ -29,7 +29,7 @@ test.after.always(t => t.context.shutdown?.()); * upgrades, and the ability to resume an async-flow for which a host vow * settles after an upgrade.) */ -test.failing('resume', async t => { +test('resume', async t => { const { walletFactoryDriver, buildProposal, evalProposal, storage } = t.context; @@ -73,8 +73,6 @@ test.failing('resume', async t => { buildProposal('@agoric/builders/scripts/testing/fix-buggy-sendAnywhere.js'), ); - // FIXME https://github.com/Agoric/agoric-sdk/issues/9303 - // This doesn't yet get past 'sending' t.deepEqual(getLogged(), [ 'sending {0} from cosmoshub to cosmos1whatever', 'got info for denoms: ibc/toyatom, ibc/toyusdc, ubld, uist',