Skip to content

Commit

Permalink
Add min and max voting duration
Browse files Browse the repository at this point in the history
  • Loading branch information
pscott committed May 8, 2022
1 parent 7c917b5 commit cc13856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/starknet/vanilla_space.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ describe('Space testing', () => {
});

// We can't directly compare the `info` object because we don't know for sure the value of `start_block` (and hence `end_block`),
// so we compare it element by element (except start_block and end_block for which we simply compare their difference to `VOTING_PERIOD`).
// so we compare it element by element.
const _executionHash = SplitUint256.fromObj(proposal_info.proposal.execution_hash);
expect(_executionHash).to.deep.equal(executionHash);

Expand Down

0 comments on commit cc13856

Please sign in to comment.