web3-proxy/web3_proxy/tests/common/mod.rs
Bryan Stitt 3bbbdd5596
Flush stats (#161)
* create buffer if mysql OR influx is set up

* this one flush should error

* it helps to set up the db in the db migration test

* comment
2023-07-05 19:24:21 -07:00

4 lines
42 B
Rust

pub mod app;
pub use self::app::TestApp;