diff --git a/packages/boot/test/bootstrapTests/orchestration.test.ts b/packages/boot/test/bootstrapTests/orchestration.test.ts index 4bdc1fc7f4b..1e22fe8dea8 100644 --- a/packages/boot/test/bootstrapTests/orchestration.test.ts +++ b/packages/boot/test/bootstrapTests/orchestration.test.ts @@ -56,13 +56,14 @@ test.serial('config', async t => { 'chainConnection', 'cosmoshub-4_juno-1', ); + t.like(connection, { + state: 3, + transferChannel: { portId: 'transfer', state: 3 }, + }); - t.like( + t.deepEqual( readLatest(`published.agoricNames.chainConnection.cosmoshub-4_juno-1`), - { - state: 3, - transferChannel: { portId: 'transfer', state: 3 }, - }, + connection, ); await documentStorageSchema(t, storage, {