Skip to content

Commit d3a13cb

Browse files
committed
fix: typo
1 parent c2b526a commit d3a13cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/subgraph-service/test/subgraphService/SubgraphService.t.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ contract SubgraphServiceTest is SubgraphServiceSharedTest {
278278
bytes memory _data
279279
) private returns (uint256 paymentCollected) {
280280
IGraphTallyCollector.SignedRAV memory signedRav = abi.decode(_data, (IGraphTallyCollector.SignedRAV));
281-
address allocationId = address(uint160(uint256(_signedRav.rav.collectionId)));
281+
address allocationId = address(uint160(uint256(signedRav.rav.collectionId)));
282282
Allocation.State memory allocation = subgraphService.getAllocation(allocationId);
283283
bytes32 subgraphDeploymentId = allocation.subgraphDeploymentId;
284284

0 commit comments

Comments
 (0)