Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Da-Colon committed Oct 29, 2024
1 parent 6b0f5c8 commit 2551fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/DecentAutonomousAdmin.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ describe('DecentAutonomousAdminHat', function () {
sablierStreamInfo: [], // No Sablier stream info for this test
};

// Verify the hat is now worn by the current wearer
// revert if not the current wearer
await expect(adminHat.connect(randomUser).triggerStartNextTerm(args)).to.be.revertedWith(
'Not current wearer',
);
Expand Down

0 comments on commit 2551fbf

Please sign in to comment.