Skip to content

Commit

Permalink
fixup! feat(stakeAtom): publish address to vstorage
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpatrickdev committed Jun 13, 2024
1 parent 0690425 commit bec424d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/orchestration/test/staking-ops.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ const makeScenario = () => {

const { delegations, startTime } = configStaking;

const { rootNode } = makeFakeStorageKit('mockChainStorageRoot', {
const { rootNode } = makeFakeStorageKit('stakingOpsTest', {
sequence: false,
});

Expand All @@ -209,11 +209,10 @@ const makeScenario = () => {

test('makeAccount() writes to storage', async t => {
const s = makeScenario();
const { account, calls, timer } = s;
const { account, timer } = s;
const { makeRecorderKit, storageNode, zcf, icqConnection, zone } = s;
const make = prepareCosmosOrchestrationAccountKit(zone, makeRecorderKit, zcf);

// Higher fidelity tests below use invitationMakers.
const { holder } = make(account.getAddress(), 'uatom', {
account,
storageNode,
Expand Down

0 comments on commit bec424d

Please sign in to comment.