Update solmate repo link (#3563)

This commit is contained in:
t11s
2022-07-19 06:09:02 -07:00
committed by GitHub
parent 628a6e2866
commit e0149921b8

View File

@ -396,7 +396,7 @@ contract('ERC4626', function (accounts) {
}); });
/// Scenario inspired by solmate ERC4626 tests: /// Scenario inspired by solmate ERC4626 tests:
/// https://github.com/Rari-Capital/solmate/blob/main/src/test/ERC4626.t.sol /// https://github.com/transmissions11/solmate/blob/main/src/test/ERC4626.t.sol
it('multiple mint, deposit, redeem & withdrawal', async function () { it('multiple mint, deposit, redeem & withdrawal', async function () {
// test designed with both asset using similar decimals // test designed with both asset using similar decimals
this.token = await ERC20DecimalsMock.new(name, symbol, 18); this.token = await ERC20DecimalsMock.new(name, symbol, 18);