Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: chrismaree <[email protected]>
  • Loading branch information
chrismaree committed Nov 4, 2024
1 parent dd88eac commit a3df3c1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/evm/hardhat/SpokePool.Deposit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -539,10 +539,7 @@ describe.only("SpokePool Depositor Logic", async function () {
);
});
it("deposit ID state variable incremented", async function () {
const tx = await spokePool.connect(depositor).depositV3(...depositArgs);

const final = await tx.wait();
console.log("final", final.gasUsed);
await spokePool.connect(depositor).depositV3(...depositArgs);
expect(await spokePool.numberOfDeposits()).to.equal(1);
});
it("tokens are always pulled from caller, even if different from specified depositor", async function () {
Expand Down

0 comments on commit a3df3c1

Please sign in to comment.