Skip to content

Commit

Permalink
test-controller.js needs 'local' workers
Browse files Browse the repository at this point in the history
because it looks at transcript entries that have metering results if
the test is run with xsnap workers.
  • Loading branch information
warner committed Apr 23, 2023
1 parent 43051ca commit 3ee143a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/SwingSet/test/test-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ test('load empty', async t => {

async function simpleCall(t) {
const config = {
defaultManagerType: 'local',
vats: {
vat1: {
sourceSpec: new URL('vat-controller-1.js', import.meta.url).pathname,
Expand Down

0 comments on commit 3ee143a

Please sign in to comment.