Skip to content

Commit

Permalink
Minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
brickpop committed Jan 31, 2024
1 parent 0ffd2f0 commit 04732ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ describe('Member Access Plugin', function () {
// Alice is an editor (see mainVotingPlugin initialize)

// Bob is a member
memberAccessPlugin.proposeNewMember('0x', bob.address);
await memberAccessPlugin.proposeNewMember('0x', bob.address);
});

describe('initialize', () => {
Expand Down

0 comments on commit 04732ab

Please sign in to comment.