Skip to content

Commit

Permalink
test: supply (undefined) chainStorage for test-gov-collateral
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Jun 4, 2022
1 parent d36eb14 commit fe9c16b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/run-protocol/test/supports.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export const setupBootstrap = (t, optTimer = undefined) => {

const timer = optTimer || buildManualTimer(t.log);
produce.chainTimerService.resolve(timer);
produce.chainStorage.resolve(undefined);

const {
zoe,
Expand Down

0 comments on commit fe9c16b

Please sign in to comment.