Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bkolad committed Oct 7, 2023
1 parent 2112b0e commit 36b5a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/demo-rollup/tests/evm/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ use ethers_core::abi::Address;
use ethers_signers::{LocalWallet, Signer};
use sov_evm::SimpleStorageContract;
use sov_risc0_adapter::host::Risc0Host;
use test_client::TestClient;

use super::test_helpers::start_rollup;
use test_client::TestClient;

const TEST_GENESIS_PATHS: GenesisPaths<&str> = GenesisPaths {
bank_genesis_path: "../test-data/genesis/integration-tests/bank.json",
Expand Down

0 comments on commit 36b5a4f

Please sign in to comment.