Skip to content

Commit

Permalink
fix after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
bragov4ik committed Dec 18, 2024
1 parent e0581b1 commit 1e55730
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions stats/stats/src/charts/counters/total_operational_txns.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ mod tests {
#[tokio::test]
#[ignore = "needs database to run"]
async fn update_total_operational_txns() {
// 48 - 13 (txns - blocks)
simple_test_counter::<TotalOperationalTxns>("update_total_operational_txns", "35", None)
// 47 - 13 (txns - blocks)
simple_test_counter::<TotalOperationalTxns>("update_total_operational_txns", "34", None)
.await;
}
}
1 change: 0 additions & 1 deletion stats/stats/src/charts/lines/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ pub use new_operational_txns::{
NewOperationalTxns, NewOperationalTxnsMonthly, NewOperationalTxnsWeekly,
NewOperationalTxnsYearly,
};
pub(crate) use new_txns::NewTxnsStatement;
pub use new_txns::{NewTxns, NewTxnsInt, NewTxnsMonthly, NewTxnsWeekly, NewTxnsYearly};
pub use new_verified_contracts::{
NewVerifiedContracts, NewVerifiedContractsMonthly, NewVerifiedContractsWeekly,
Expand Down
2 changes: 2 additions & 0 deletions stats/stats/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![recursion_limit = "256"]

mod charts;
pub mod data_processing;
pub mod data_source;
Expand Down

0 comments on commit 1e55730

Please sign in to comment.