Skip to content

Commit

Permalink
update test db
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy committed Oct 14, 2024
1 parent 2ea2b5a commit f4071ce
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/sozo/ops/src/test_utils/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use katana_runner::KatanaRunner;
use scarb::compiler::Profile;
use scarb::core::{Config, Workspace};
use scarb::ops;
use starknet::accounts::{Account, ExecutionEncoding, SingleOwnerAccount};
use starknet::accounts::{ExecutionEncoding, SingleOwnerAccount};
use starknet::core::types::{BlockId, BlockTag};
use starknet::providers::jsonrpc::HttpTransport;
use starknet::providers::{AnyProvider, JsonRpcClient, Provider};
Expand Down Expand Up @@ -183,7 +183,6 @@ pub async fn setup_with_world(
let mut account = sequencer.account(0);
account.set_block_id(BlockId::Tag(BlockTag::Pending));

dbg!(account.address());
let world = WorldContract::new(migration.world_address, account)
.with_block(BlockId::Tag(BlockTag::Pending));

Expand Down
Binary file modified spawn-and-move-db.tar.gz
Binary file not shown.
Binary file modified types-test-db.tar.gz
Binary file not shown.

0 comments on commit f4071ce

Please sign in to comment.