Skip to content

Commit

Permalink
Remove obsolete todo comments from SigUpGatekepper.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ognjenkurtic committed Jun 30, 2023
1 parent c34b4ca commit 0e4d421
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions contracts/ts/__tests__/SignUpGatekeeper.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ describe('SignUpGatekeeper', () => {
maciContract = r.maciContract;
});

// TODO: TypeError: Cannot read properties of undefined (reading 'address')
// await signUpTokenGatekeeperContract.setMaciInstance(maciContract.address);
it('sets MACI instance correctly', async () => {
await signUpTokenGatekeeperContract.setMaciInstance(maciContract.address);

Expand All @@ -71,7 +69,6 @@ describe('SignUpGatekeeper', () => {
);
});

// TODO: invalid address or ENS name (argument="name", value=undefined, code=INVALID_ARGUMENT, version=contracts/5.5.0)
it('Reverts if address provided is not a MACI instance', async () => {
const user = new Keypair();
const signer = await getDefaultSigner();
Expand Down

0 comments on commit 0e4d421

Please sign in to comment.