Skip to content

Commit

Permalink
fix: subgraph service test broke after rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Tomás Migone <tomas@edgeandnode.com>
  • Loading branch information
tmigone committed Nov 28, 2024
1 parent 7f3874c commit 7d62913
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ contract SubgraphServiceRegisterTest is SubgraphServiceTest {
) private view returns (ITAPCollector.ReceiptAggregateVoucher memory rav) {
return
ITAPCollector.ReceiptAggregateVoucher({
payer: users.gateway,
dataService: address(subgraphService),
serviceProvider: indexer,
timestampNs: 0,
Expand Down

0 comments on commit 7d62913

Please sign in to comment.