You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 21, 2025. It is now read-only.
expect(callerDebt.toString()).to.be.equal('500000000','Invalid user debt');
581
582
});
582
583
584
+
it('Disable USDC borrowing. Caller deposits 5 WETH as collateral, Takes a USDC flashloan with mode = 2, does not return the funds. Revert creating borrow position (revert expected)',async()=>{
585
+
const{usdc, pool, weth, configurator, users, helpersContract}=testEnv;
0 commit comments