Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
bragov4ik committed Dec 11, 2024
1 parent b467891 commit 2fe3f8c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions stats/stats/src/charts/counters/total_addresses.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,7 @@ pub type TotalAddresses = DirectPointLocalDbChartSourceWithEstimate<
#[cfg(test)]
mod tests {
use super::*;
use crate::{
counters::TotalTxns,
tests::simple_test::{simple_test_counter, test_counter_fallback},
};
use crate::tests::simple_test::{simple_test_counter, test_counter_fallback};

#[tokio::test]
#[ignore = "needs database to run"]
Expand All @@ -106,6 +103,6 @@ mod tests {
#[tokio::test]
#[ignore = "needs database to run"]
async fn total_addresses_fallback() {
test_counter_fallback::<TotalTxns>("total_addresses_fallback").await;
test_counter_fallback::<TotalAddresses>("total_addresses_fallback").await;
}
}

0 comments on commit 2fe3f8c

Please sign in to comment.