Skip to content

Commit

Permalink
indexer-agent: Fix Indexer class instance constructor in test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
fordN committed Jul 21, 2021
1 parent 6918fad commit 7c017ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/indexer-agent/src/__tests__/indexer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,10 @@ const setup = async () => {
})

indexer = new Indexer(
logger,
'test',
'test',
indexerManagementClient,
logger,
['test'],
parseGRT('1000'),
address,
Expand Down

0 comments on commit 7c017ae

Please sign in to comment.