Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
RickGriff committed Aug 29, 2024
1 parent 622accc commit 9cdf066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/test/OracleMainnet.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ contract OraclesMainnet is TestAccounts {
uint256 debtRequest = coll * calcdRethUsdPrice / 2 / 1e18;

vm.startPrank(A);
/* uint256 troveId = */contractsArray[1].borrowerOperations.openTrove(
uint256 troveId = contractsArray[1].borrowerOperations.openTrove(
A, 0, coll, debtRequest, 0, 0, 5e16, debtRequest, address(0), address(0), address(0)
);

Expand Down

0 comments on commit 9cdf066

Please sign in to comment.