Add a test for Tributary

Further fleshes out the Tributary testing code.
This commit is contained in:
Luke Parker
2023-04-22 22:27:12 -04:00
parent 8c74576cf0
commit af84b7f707
9 changed files with 185 additions and 39 deletions

View File

@@ -25,7 +25,7 @@ use processor::Processor;
mod substrate;
#[cfg(test)]
mod tests;
pub mod tests;
async fn run<D: Db, Pro: Processor, P: P2p>(
raw_db: D,