vault: cleanup

This commit is contained in:
Mark Spanbroek 2025-02-03 11:09:23 +01:00
parent de3a847d7b
commit 0bd63eafd8

View File

@ -212,7 +212,6 @@ describe("Vault", function () {
const amount = 42
beforeEach(async function () {
;[, , account2] = await ethers.getSigners()
await token.connect(account).approve(vault.address, amount)
await vault.deposit(context, account.address, amount)
})