Skip to content

Commit

Permalink
Fix import naming
Browse files Browse the repository at this point in the history
  • Loading branch information
tensojka committed May 14, 2024
1 parent 9c87805 commit 7e8eff6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/testing/setup.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ use snforge_std::{
};


use governance::contract::IGovernanceDispatcher;
use governance::contract::IGovernanceDispatcherTrait;
use governance::proposals::IProposalsDispatcher;
use governance::proposals::IProposalsDispatcherTrait;
use governance::upgrades::IUpgradesDispatcher;
use governance::upgrades::IUpgradesDispatcherTrait;
use governance::constants;
use konoha::contract::IGovernanceDispatcher;
use konoha::contract::IGovernanceDispatcherTrait;
use konoha::proposals::IProposalsDispatcher;
use konoha::proposals::IProposalsDispatcherTrait;
use konoha::upgrades::IUpgradesDispatcher;
use konoha::upgrades::IUpgradesDispatcherTrait;
use konoha::constants;
use openzeppelin::token::erc20::interface::IERC20;
use starknet::get_block_timestamp;

Expand Down

0 comments on commit 7e8eff6

Please sign in to comment.