Skip to content

Commit

Permalink
Merge branch 'master' into chrismaree/standardize-errors
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismaree committed Nov 4, 2024
2 parents 3e34e74 + 21107cf commit 268af70
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/evm/hardhat/SpokePool.Deposit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ describe.only("SpokePool Depositor Logic", async function () {
it("quoteTimestamp is out of range", async function () {
const revertReason = "InvalidQuoteTimestamp";
const quoteTimeBuffer = await spokePool.depositQuoteTimeBuffer();
console.log("quoteTimeBuffer", quoteTimeBuffer);

await expect(
spokePool.connect(depositor).deposit(
Expand Down Expand Up @@ -420,7 +419,6 @@ describe.only("SpokePool Depositor Logic", async function () {
});
it("invalid fillDeadline", async function () {
const fillDeadlineBuffer = await spokePool.fillDeadlineBuffer();
console.log("fillDeadlineBuffer", fillDeadlineBuffer);
const currentTime = await spokePool.getCurrentTime();

await expect(
Expand Down

0 comments on commit 268af70

Please sign in to comment.