Skip to content

Commit

Permalink
Remove logs in operatorsinfo test (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasArrachea authored Dec 19, 2024
1 parent 832d9bf commit fadbe67
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions crates/services/operatorsinfo/src/operatorsinfo_inmemory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ mod tests {
use eigen_client_avsregistry::writer::AvsRegistryChainWriter;
use eigen_client_elcontracts::{reader::ELChainReader, writer::ELChainWriter};
use eigen_crypto_bls::BlsKeyPair;
use eigen_logging::{get_logger, get_test_logger, init_logger};
use eigen_logging::get_test_logger;
use eigen_testing_utils::anvil::start_anvil_container;
use eigen_testing_utils::anvil_constants::{
get_avs_directory_address, get_delegation_manager_address,
Expand All @@ -444,8 +444,7 @@ mod tests {
#[tokio::test]
async fn test_query_past_registered_operator_events_and_fill_db() {
let (_container, http_endpoint, ws_endpoint) = start_anvil_container().await;
init_logger(eigen_logging::log_level::LogLevel::Debug);
let test_logger = get_logger();
let test_logger = get_test_logger();
register_operator(
http_endpoint.clone(),
"0x7c852118294e51e653712a81e05800f419141751be58f605c371e15141b007a6",
Expand Down

0 comments on commit fadbe67

Please sign in to comment.