Skip to content

Commit

Permalink
Update test/integrations/hyperdrive/ZombieInterestTest.t.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Towle <[email protected]>
  • Loading branch information
jrhea and jalextowle authored Dec 12, 2023
1 parent 30981ef commit 94297e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integrations/hyperdrive/ZombieInterestTest.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ contract ZombieInterestTest is HyperdriveTest {
uint256 sharePrice = hyperdrive.getPoolInfo().sharePrice;
assertGt(sharePrice, 0);

// Verify that the value represented in the share reserves is >= the actual amount in the contract.
// Verify that the value represented in the share reserves is <= the actual amount in the contract.
uint256 baseReserves = hyperdrive.getPoolInfo().shareReserves.mulDown(
sharePrice
);
Expand Down

0 comments on commit 94297e4

Please sign in to comment.