Skip to content

Commit

Permalink
fix(treasury): use xs-worker and metered=true on all swingset tests
Browse files Browse the repository at this point in the history
  • Loading branch information
warner committed Jul 24, 2021
1 parent 7c3f248 commit f76405e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/treasury/test/swingsetTests/test-treasury.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ test.before(async t => {
vats.bootstrap.parameters = { contractBundles };

const config = { bootstrap: 'bootstrap', vats };
config.defaultManagerType = 'xs-worker';

t.context.data = { kernelBundles, config };
});
Expand Down

0 comments on commit f76405e

Please sign in to comment.