Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shahafn committed Jul 20, 2021
1 parent 9fb5bd7 commit 7a741e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/dev/test/penalizer/PenalizerService.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ contract('PenalizerService', function (accounts) {
url: '',
workdir: '',
etherscanApiUrl: 'etherscanApiUrl',
relayHubAddress: env.relayHub.address
relayHubAddress: env.relayHub.address,
ownerAddress: env.relayServer.config.ownerAddress
}, web3.currentProvider) as ServerConfigParams
penalizerService = new PenalizerService(penalizerParams, logger, serverConfigParams)
await penalizerService.init(false)
Expand Down

0 comments on commit 7a741e2

Please sign in to comment.