We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1663dd commit 626dae5Copy full SHA for 626dae5
packages/subgraph-service/test/unit/subgraphService/SubgraphService.t.sol
@@ -381,7 +381,7 @@ contract SubgraphServiceTest is SubgraphServiceSharedTest {
381
CollectPaymentData memory collectPaymentDataBefore,
382
CollectPaymentData memory collectPaymentDataAfter
383
) private view {
384
- (IGraphTallyCollector.SignedRAV memory signedRav, uint256 tokensToCollect) = abi.decode(
+ (IGraphTallyCollector.SignedRAV memory signedRav, ) = abi.decode(
385
_data,
386
(IGraphTallyCollector.SignedRAV, uint256)
387
);
0 commit comments