Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJem committed Feb 3, 2025
1 parent cee576a commit 4646f00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/policies/YieldRepurchaseFacility.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ contract YieldRepurchaseFacilityTest is Test {
);

// Check that a bond market was created
// This is because the current price is greater than the wall, and the wall no longer prevents a new bond market from being created
assertEq(aggregator.marketCounter(), nextBondMarketId + 1, "marketCount");
}

Expand Down

0 comments on commit 4646f00

Please sign in to comment.