Skip to content

Commit

Permalink
test: connection vstorage
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Jun 21, 2024
1 parent ad6e2e3 commit ca97f1e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions packages/boot/test/bootstrapTests/orchestration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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, {
Expand Down

0 comments on commit ca97f1e

Please sign in to comment.