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 <[email protected]>
  • Loading branch information
tmigone committed Nov 28, 2024
1 parent a9bf99c commit 670fba7
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 670fba7

Please sign in to comment.