Skip to content

Commit

Permalink
fix: unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-something committed Sep 30, 2023
1 parent 93cd18b commit 815fbd3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions contracts/test/JBBuybackDelegate_Unit.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -464,8 +464,9 @@ contract TestJBBuybackDelegate_Units is Test {
didPayData.dataSourceMetadata = abi.encode(
true, // use quote
address(projectToken) < address(weth),
_tokenCount,
_twapQuote
_twapQuote,
0,
_tokenCount
);


Expand Down

0 comments on commit 815fbd3

Please sign in to comment.