vault: cleanup

This commit is contained in:
Mark Spanbroek 2025-02-03 11:09:23 +01:00
parent f26cb9c04d
commit 33b61f1bf6

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)
})