Skip to content

Commit

Permalink
fix: renamed core_contracts to contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat committed Oct 17, 2023
1 parent ac6d283 commit 5bb5e2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/contracts/src/tests/test_contract_account.cairo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use alexandria_storage::list::{List, ListTrait};
use core_contracts::contract_account::{store_bytecode};
use core_contracts::tests::utils::constants::EVM_ADDRESS;
use contracts::contract_account::{store_bytecode};
use contracts::tests::utils::constants::EVM_ADDRESS;
use starknet::{storage_base_address_from_felt252, Store};
use utils::storage::{compute_storage_base_address};
use utils::traits::{StoreBytes31, StorageBaseAddressIntoFelt252};
Expand Down

0 comments on commit 5bb5e2b

Please sign in to comment.