Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/token/ERC6909/ERC6909.behavior.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function shouldBehaveLikeERC6909() {
});

describe('setOperator', function () {
it('emits an an OperatorSet event and updated the value', async function () {
it('emits an OperatorSet event and updated the value', async function () {
await expect(this.token.connect(this.holder).setOperator(this.operator, true))
.to.emit(this.token, 'OperatorSet')
.withArgs(this.holder, this.operator, true);
Expand Down
Loading