Skip to content

Commit

Permalink
fix warn
Browse files Browse the repository at this point in the history
  • Loading branch information
bragov4ik committed Feb 4, 2025
1 parent 637b461 commit 2c724ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stats/stats/src/charts/lines/user_ops/new_aa_wallets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ pub type NewAccountAbstractionWalletsYearly = DirectVecLocalDbChartSource<
#[cfg(test)]
mod tests {
use super::*;
use crate::tests::{point_construction::dt, simple_test::simple_test_chart};
use crate::tests::simple_test::simple_test_chart;

#[tokio::test]
#[ignore = "needs database to run"]
Expand Down

0 comments on commit 2c724ec

Please sign in to comment.