Skip to content

Commit

Permalink
fix invalid circuit type
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed Nov 17, 2023
1 parent a36f597 commit be3a9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/tests/deployer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ describe('Clr fund deployer', () => {
})

it('sets MACI parameters', async () => {
const newMaciParameters = MaciParameters.mock('prod')
const newMaciParameters = MaciParameters.mock('micro')
const factoryAsCoordinator = factory.connect(coordinator)
await factory.setCoordinator(coordinator.address, coordinatorPubKey)

Expand Down

0 comments on commit be3a9a5

Please sign in to comment.