Skip to content

Commit

Permalink
Merge da9d093 into 201b9a0
Browse files Browse the repository at this point in the history
  • Loading branch information
PierrickGT committed Oct 11, 2021
2 parents 201b9a0 + da9d093 commit 07991e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/test/PrizePoolHarness.sol
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ contract PrizePoolHarness is PrizePool {
}

function _supply(uint256 mintAmount) internal override {
return stubYieldSource.supplyTokenTo(mintAmount, address(this));
stubYieldSource.supplyTokenTo(mintAmount, address(this));
}

function _redeem(uint256 redeemAmount) internal override returns (uint256) {
Expand Down

0 comments on commit 07991e8

Please sign in to comment.