test(txpool): listener it tests (#4019)

This commit is contained in:
Roman Krasiuk
2023-08-01 15:22:24 +03:00
committed by GitHub
parent 4b0f4ec67e
commit 1249601540
4 changed files with 44 additions and 0 deletions

View File

@ -1,3 +1,6 @@
//! transaction-pool integration tests
#[cfg(feature = "test-utils")]
mod listeners;
fn main() {}