Skip to content

Commit

Permalink
test: fix delegation test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeday committed Jan 29, 2025
1 parent 0c2c170 commit 067f38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/0.8.25/vaults/delegation/delegation.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ describe("Delegation.sol", () => {
it("reverts if wETH is zero address", async () => {
await expect(ethers.deployContract("Delegation", [ethers.ZeroAddress, lidoLocator]))
.to.be.revertedWithCustomError(delegation, "ZeroArgument")
.withArgs("_WETH");
.withArgs("_wETH");
});

it("sets the stETH address", async () => {
Expand Down

0 comments on commit 067f38b

Please sign in to comment.