Skip to content

Commit

Permalink
test(pegasus): update test for finalizers
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Aug 24, 2024
1 parent 54b9b00 commit 503c30a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/pegasus/test/peg.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { E, Far } from '@endo/far';
import {
prepareNetworkProtocol,
prepareLoopbackProtocolHandler,
prepareNetworkPowers,
} from '@agoric/network';

import bundleSource from '@endo/bundle-source';
Expand Down Expand Up @@ -43,8 +44,9 @@ async function testRemotePeg(t) {
t.plan(24);

// const zone = makeHeapZone();
const zone = makeDurableZone(provideBaggage('peagsus'));
const powers = prepareVowTools(zone);
const zone = makeDurableZone(provideBaggage('pegasus'));
const vowTools = prepareVowTools(zone);
const powers = prepareNetworkPowers(zone, vowTools);
const { makeVowKit, when } = powers;

/**
Expand Down

0 comments on commit 503c30a

Please sign in to comment.