Skip to content

Commit

Permalink
fix: rename anvil test utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Serial-ATA committed Jan 3, 2025
1 parent 5fb3271 commit 3ea9448
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/clients/eigenlayer/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use super::*;
use alloy_primitives::address;
use alloy_provider::Provider;
use eigenlayer::EigenlayerClient;
use gadget_anvil_utils::{start_anvil_container, Container, ANVIL_STATE_PATH};
use gadget_anvil_testing_utils::{start_anvil_container, Container, ANVIL_STATE_PATH};
use gadget_config::{
load, protocol::EigenlayerContractAddresses, supported_chains::SupportedChains, ContextConfig,
GadgetConfiguration,
Expand Down
2 changes: 1 addition & 1 deletion crates/clients/evm/src/instrumented_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ mod tests {
pubsub::SubscriptionResult, BlockId, BlockNumberOrTag, BlockTransactionsKind,
};
use alloy_signer_local::PrivateKeySigner;
use gadget_anvil_utils::{start_anvil_container, wait_transaction, ANVIL_STATE_PATH};
use gadget_anvil_testing_utils::{start_anvil_container, wait_transaction, ANVIL_STATE_PATH};
use gadget_utils_evm::get_provider_http;
use tokio;

Expand Down
2 changes: 2 additions & 0 deletions crates/testing-utils/tangle/src/runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ impl BlueprintConfig for TangleTestConfig {
#[cfg(test)]
mod tests {
use super::*;
use gadget_core_testing_utils::{GenericTestRunner, TestJob};
use gadget_runners::core::runner::BlueprintRunner;
use std::sync::Arc;

// Mock implementation for testing
Expand Down

0 comments on commit 3ea9448

Please sign in to comment.