Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tamtamchik committed Feb 3, 2025
1 parent 8763f26 commit 7f18488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/0.8.25/vaults/dashboard/dashboard.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ describe("Dashboard.sol", () => {
it("requests the exit of a validator", async () => {
const validatorPublicKeys = "0x" + randomBytes(48).toString("hex");
await expect(dashboard.requestValidatorsExit(validatorPublicKeys))
.to.emit(vault, "ValidatorsExitRequest")
.to.emit(vault, "ExitRequested")
.withArgs(dashboard, validatorPublicKeys);
});
});
Expand Down

0 comments on commit 7f18488

Please sign in to comment.