Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnordelo committed Nov 19, 2024
1 parent 77049d1 commit 784fac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/governance/src/tests/governor/test_governor.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ fn test_quorum(timepoint: u64) {

let threshold = state.quorum(timepoint);
let expected = if timepoint == Bounded::MAX {
Bounded::MAX
Bounded::MAX
} else {
GovernorMock::QUORUM
};
Expand Down

0 comments on commit 784fac8

Please sign in to comment.