Skip to content

Commit de61c0a

Browse files
committed
WIP
Signed-off-by: Chris Maree <[email protected]>
1 parent a934570 commit de61c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/evm/hardhat/SpokePool.Deposit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ describe("SpokePool Depositor Logic", async function () {
345345
).to.emit(spokePool, "FundsDeposited");
346346
}
347347
});
348-
it.only("should call legacy deposit through overloaded interface", async function () {
348+
it("should call legacy deposit through overloaded interface", async function () {
349349
// Define the deprecated interface
350350
const DeprecatedSpokePoolInterface = new ethers.utils.Interface([
351351
"function deposit(address recipient, address originToken, uint256 amount, uint256 destinationChainId, int64 relayerFeePct, uint32 quoteTimestamp, bytes memory message, uint256 maxCount) external payable",

0 commit comments

Comments
 (0)