Skip to content

Commit

Permalink
Deleted unnecesary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasCambon committed Oct 22, 2024
1 parent 33cc70c commit d67a64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-erc4626-cash-flow-lender.js
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ describe("ERC4626CashFlowLender contract tests", function () {
// Repay of 10 updating debt to -100
await expect(erc4626cfl.connect(lp2).repayDebt(_A(10)))
.to.emit(erc4626cfl, "DebtChanged")
.withArgs(_A(-100)); // Deuda final queda en -100
.withArgs(_A(-100));

// Client Cashout 100 - Pay sent to client (offchain)
await expect(erc4626cfl.connect(cust).cashOutPayouts(_A(100), cust))
Expand Down

0 comments on commit d67a64a

Please sign in to comment.