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 2b0da46 commit 4bdab59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/governance/src/tests/governor.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ mod test_governor_core_execution;
mod test_governor_counting_simple;
mod test_governor_settings;
mod test_governor_timelock_execution;
mod test_governor_votes_quorum_fraction;
mod test_governor_votes;
mod test_governor_votes_quorum_fraction;
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ use crate::governor::extensions::GovernorVotesComponent::{
use crate::tests::governor::common::{COMPONENT_STATE, CONTRACT_STATE};
use openzeppelin_test_common::mocks::governor::GovernorMock::SNIP12MetadataImpl;
use openzeppelin_testing::constants::{VOTES_TOKEN, OTHER, ZERO};
use snforge_std::{store, test_address};
use snforge_std::{start_mock_call, start_cheat_block_timestamp_global};
use snforge_std::{store, test_address};

//
// GovernorVotes
Expand Down

0 comments on commit 4bdab59

Please sign in to comment.