Skip to content

Commit

Permalink
Update contracts/test/lib/PauseManager.ts
Browse files Browse the repository at this point in the history
Co-authored-by: kyzooghost <[email protected]>
Signed-off-by: The Dark Jester <[email protected]>
  • Loading branch information
thedarkjester and kyzooghost authored Dec 13, 2024
1 parent 81926f8 commit 46bd5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/test/lib/PauseManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ describe("PauseManager", () => {
});
});

describe("Updating pause type and unpausetype roles", () => {
describe("Updating pause type and unpause type roles", () => {
it("should fail updatePauseTypeRole if unused pause type is used", async () => {
const updateCall = pauseManager.updatePauseTypeRole(UNUSED_PAUSE_TYPE, DEFAULT_ADMIN_ROLE);
await expectRevertWithCustomError(pauseManager, updateCall, "PauseTypeNotUsed");
Expand Down

0 comments on commit 46bd5d8

Please sign in to comment.