Skip to content

Commit

Permalink
fixup! feat(orchestration): ZcfTools for use in flows
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Sep 23, 2024
1 parent d1e234f commit 4c26254
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions packages/orchestration/test/facade.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ test('calls between flows', async t => {

const { outer, outer2, inner } = orchestrateAll(flows, {
peerFlows: flows,
zcf,
});

t.deepEqual(await vt.when(inner('a', 'b', 'c')), 'a b c');
Expand All @@ -70,7 +69,6 @@ test('context mapping individual flows', async t => {

const { outer } = orchestrateAll(flows, {
peerFlows: { inner: flows.inner },
zcf,
});

t.deepEqual(await vt.when(outer('a', 'b', 'c')), 'Hello a b c');
Expand Down
1 change: 0 additions & 1 deletion packages/orchestration/test/fixtures/zoe-tools.contract.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ const contract = async (
const creatorFacet = prepareChainHubAdmin(zone, chainHub);

const orchFns = orchestrateAll(flows, {
zcf,
contractState,
zoeTools,
});
Expand Down

0 comments on commit 4c26254

Please sign in to comment.